Commit ac99d933 authored by michael's avatar michael

clarify sub_id


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8483 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ab4746d1
......@@ -743,7 +743,10 @@ typedef struct AVCodecContext {
/**
* some codecs needs additionnal format info. It is stored here
* - encoding: set by user.
* if any muxer uses this then ALL demuxers/parsers AND encoders for the specific codec MUST set it correctly
* too otherwise stream copy breaks
* in general use of this field by muxers is not recommanded
* - encoding: set by lavc.
* - decoding: set by lavc. (FIXME is this ok?)
*/
int sub_id;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment