Commit 3445c799 authored by Diego Biurrun's avatar Diego Biurrun

Remove misleading comment, _t is POSIX-reserved namespace.

Originally committed as revision 16105 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 20e0ed95
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment