comparison avcodec.h @ 4710:2f6e03f644f7 libavcodec

clarify sub_id
author michael
date Thu, 22 Mar 2007 13:17:03 +0000
parents 5359a5ab01a8
children 21aad2a2b725
comparison
equal deleted inserted replaced
4709:6768647cc0fd 4710:2f6e03f644f7
741 */ 741 */
742 int flags; 742 int flags;
743 743
744 /** 744 /**
745 * some codecs needs additionnal format info. It is stored here 745 * some codecs needs additionnal format info. It is stored here
746 * - encoding: set by user. 746 * if any muxer uses this then ALL demuxers/parsers AND encoders for the specific codec MUST set it correctly
747 * too otherwise stream copy breaks
748 * in general use of this field by muxers is not recommanded
749 * - encoding: set by lavc.
747 * - decoding: set by lavc. (FIXME is this ok?) 750 * - decoding: set by lavc. (FIXME is this ok?)
748 */ 751 */
749 int sub_id; 752 int sub_id;
750 753
751 /** 754 /**