document tag field
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Mon, 28 Jan 2008 13:19:16 +0000 (13:19 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Mon, 28 Jan 2008 13:19:16 +0000 (13:19 +0000)
Originally committed as revision 11647 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/movenc.c

index a020d63..7e4c027 100644 (file)
@@ -60,7 +60,7 @@ typedef struct MOVIndex {
     int         hasBframes;
     int         language;
     int         trackID;
-    int         tag;
+    int         tag; ///< stsd fourcc
     AVCodecContext *enc;
 
     int         vosLen;