add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take CodecType...
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 7 Mar 2007 09:29:44 +0000 (09:29 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 7 Mar 2007 09:29:44 +0000 (09:29 +0000)
commit29301573aff1f13d20ac2d1108cb5302a1a95473
tree310e865b5fc6916562412618bb5789e086554eb9
parent2d0aefd62608e1cc9a804bbd4eee68e0f10c5626
add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take CodecType as an additional parameter
also mark them as NOT part of the public API yet, so we can change their argument to CodecID if we decide to do so

Originally committed as revision 8283 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/avcodec.h
libavcodec/utils.c