summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-10-14 12:21:54 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-10-14 12:21:54 +0000
commitb704e7420b2615d73aafd40a432b624c7272184c (patch)
tree856bc41358ba31d4ab5470b361da124cb7380402 /libavcodec/avcodec.h
parent26893f6bd433b01e30d7f81782ff1577a9b3491b (diff)
mpeg4 header parser clenup (needed for parsing of VOL header in avctx->extradata)
Originally committed as revision 1032 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index e9a5acda99..86d9b6f586 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -180,6 +180,7 @@ typedef struct AVCodecContext {
* some codecs need / can use extra-data like huffman tables
* mjpeg: huffman tables
* rv10: additional flags
+ * mpeg4: global headers (they can be in the bitstream or here)
* encoding: set/allocated/freed by lavc.
* decoding: set/allocated/freed by user.
*/