changeset 2975:be1915a872e2 libavformat

document tag field
author bcoudurier
date Mon, 28 Jan 2008 13:19:16 +0000
parents 4b6a9b61e9dd
children 44bc0517584d
files movenc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/movenc.c	Sun Jan 27 19:57:04 2008 +0000
+++ b/movenc.c	Mon Jan 28 13:19:16 2008 +0000
@@ -60,7 +60,7 @@
     int         hasBframes;
     int         language;
     int         trackID;
-    int         tag;
+    int         tag; ///< stsd fourcc
     AVCodecContext *enc;
 
     int         vosLen;