diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-01-28 13:19:16 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-01-28 13:19:16 +0000 |
commit | 2c2f58c0ad25a38371f4960b7d7d4e4b3c2289f9 (patch) | |
tree | 506828afa2fda9347d09f508e2788575df0cce58 /libavformat/movenc.c | |
parent | b15136b793aa460272390cd8aba12e2d7adf8cd1 (diff) | |
download | ffmpeg-2c2f58c0ad25a38371f4960b7d7d4e4b3c2289f9.tar.gz |
document tag field
Originally committed as revision 11647 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/movenc.c')
-rw-r--r-- | libavformat/movenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/movenc.c b/libavformat/movenc.c index a020d63275..7e4c027007 100644 --- a/libavformat/movenc.c +++ b/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; |