OSDN Git Service

Remove misleading comment, _t is POSIX-reserved namespace.
authorDiego Biurrun <diego@biurrun.de>
Sat, 13 Dec 2008 16:08:31 +0000 (16:08 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 13 Dec 2008 16:08:31 +0000 (16:08 +0000)
Originally committed as revision 16105 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/nut.h

index 75ebe0d..a1081ed 100644 (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;