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;