[FFmpeg-cvslog] r11647 - trunk/libavformat/movenc.c

bcoudurier subversion
Mon Jan 28 14:19:17 CET 2008


Author: bcoudurier
Date: Mon Jan 28 14:19:16 2008
New Revision: 11647

Log:
document tag field

Modified:
   trunk/libavformat/movenc.c

Modified: trunk/libavformat/movenc.c
==============================================================================
--- trunk/libavformat/movenc.c	(original)
+++ trunk/libavformat/movenc.c	Mon Jan 28 14:19:16 2008
@@ -60,7 +60,7 @@ typedef struct MOVIndex {
     int         hasBframes;
     int         language;
     int         trackID;
-    int         tag;
+    int         tag; ///< stsd fourcc
     AVCodecContext *enc;
 
     int         vosLen;




More information about the ffmpeg-cvslog mailing list