From 3445c7992b07de86581d402e91757baa939bb70d Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 13 Dec 2008 16:08:31 +0000 Subject: Remove misleading comment, _t is POSIX-reserved namespace. Originally committed as revision 16105 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/nut.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/nut.h') diff --git a/libavformat/nut.h b/libavformat/nut.h index 75ebe0d82e..a1081ed34c 100644 --- a/libavformat/nut.h +++ b/libavformat/nut.h @@ -78,7 +78,7 @@ typedef struct { int msb_pts_shift; int max_pts_distance; int decode_delay; //FIXME duplicate of has_b_frames -} StreamContext;// maybe s/StreamContext/streamcontext_t/ +} StreamContext; typedef struct { AVFormatContext *avf; -- cgit v1.2.3