diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-12-13 16:08:31 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-12-13 16:08:31 +0000 |
commit | 3445c7992b07de86581d402e91757baa939bb70d (patch) | |
tree | 2b06dbe9db5341252d8cb5c453abee9520991826 /libavformat/nut.h | |
parent | 20e0ed95af5a7e3fd52bdc558fe17ae1e665a149 (diff) | |
download | ffmpeg-3445c7992b07de86581d402e91757baa939bb70d.tar.gz |
Remove misleading comment, _t is POSIX-reserved namespace.
Originally committed as revision 16105 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/nut.h')
-rw-r--r-- | libavformat/nut.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |