[FFmpeg-cvslog] r16061 - trunk/libavformat/nut.h

michael subversion
Thu Dec 11 21:02:16 CET 2008


Author: michael
Date: Thu Dec 11 21:02:15 2008
New Revision: 16061

Log:
Remove comment suggesting using variables ending in _t as this would break POSIX.


Modified:
   trunk/libavformat/nut.h

Modified: trunk/libavformat/nut.h
==============================================================================
--- trunk/libavformat/nut.h	(original)
+++ trunk/libavformat/nut.h	Thu Dec 11 21:02:15 2008
@@ -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;




More information about the ffmpeg-cvslog mailing list