document tag field

Originally committed as revision 11647 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Baptiste Coudurier 17 years ago
parent b15136b793
commit 2c2f58c0ad
  1. 2
      libavformat/movenc.c

@ -60,7 +60,7 @@ typedef struct MOVIndex {
int hasBframes;
int language;
int trackID;
int tag;
int tag; ///< stsd fourcc
AVCodecContext *enc;
int vosLen;

Loading…
Cancel
Save