summaryrefslogtreecommitdiff
path: root/libavformat/nut.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-12-13 16:08:31 +0000
committerDiego Biurrun <diego@biurrun.de>2008-12-13 16:08:31 +0000
commit3445c7992b07de86581d402e91757baa939bb70d (patch)
tree2b06dbe9db5341252d8cb5c453abee9520991826 /libavformat/nut.h
parent20e0ed95af5a7e3fd52bdc558fe17ae1e665a149 (diff)
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.h2
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;