Remove misleading comment, _t is POSIX-reserved namespace.

Originally committed as revision 16105 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-12-13 16:08:31 +00:00
parent 20e0ed95af
commit 3445c7992b
1 changed files with 1 additions and 1 deletions

View File

@ -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;