Commit da168fe3 authored by mstorsjo's avatar mstorsjo

Replace the last occurrance of CODEC_TYPE_ with AVMEDIA_TYPE_


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22776 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 63ccccbf
......@@ -368,7 +368,7 @@ static int audio_read_header(AVFormatContext *s1, AVFormatParameters *ap)
return AVERROR(EIO);
}
/* take real parameters */
st->codec->codec_type = CODEC_TYPE_AUDIO;
st->codec->codec_type = AVMEDIA_TYPE_AUDIO;
st->codec->codec_id = s->codec_id;
st->codec->sample_rate = s->sample_rate;
st->codec->channels = s->channels;
......
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