Commit 971c55f1 authored by Kostya Shishkov's avatar Kostya Shishkov

Bink video codec id is there, demuxer can use it

Originally committed as revision 21574 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent abafc87c
......@@ -115,7 +115,7 @@ static int read_header(AVFormatContext *s, AVFormatParameters *ap)
url_fskip(pb, 4);
vst->codec->codec_type = CODEC_TYPE_VIDEO;
vst->codec->codec_id = 0; /* FIXME: CODEC_ID_BINKVIDEO */
vst->codec->codec_id = CODEC_ID_BINKVIDEO;
bink->num_audio_tracks = get_le32(pb);
if (bink->num_audio_tracks > BINK_MAX_AUDIO_TRACKS) {
......
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