OSDN Git Service

Remove comment suggesting using variables ending in _t as this would break POSIX.
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 11 Dec 2008 20:02:15 +0000 (20:02 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 11 Dec 2008 20:02:15 +0000 (20:02 +0000)
Originally committed as revision 16061 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/nut.h

index f2bb62b..75ebe0d 100644 (file)
@@ -67,7 +67,7 @@ typedef struct {
     int16_t  pts_delta;
     uint8_t  reserved_count;
     uint8_t  header_idx;
-} FrameCode; // maybe s/FrameCode/framecode_t/ or change all to Java style but do not mix
+} FrameCode;
 
 typedef struct {
     int last_flags;