summaryrefslogtreecommitdiff
path: root/libavformat/nut.h
diff options
context:
space:
mode:
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;