mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-29 06:20:29 +00:00
set codec_type on init
Originally committed as revision 9721 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
43924f018b
commit
0509d453b5
@ -759,6 +759,7 @@ void avcodec_get_context_defaults2(AVCodecContext *s, enum CodecType codec_type)
|
||||
|
||||
s->av_class= &av_codec_context_class;
|
||||
|
||||
s->codec_type = codec_type;
|
||||
if(codec_type == CODEC_TYPE_AUDIO)
|
||||
flags= AV_OPT_FLAG_AUDIO_PARAM;
|
||||
else if(codec_type == CODEC_TYPE_VIDEO)
|
||||
|
Loading…
Reference in New Issue
Block a user