Skip to content
Snippets Groups Projects
Commit 971c55f1 authored by Kostya Shishkov's avatar Kostya Shishkov
Browse files

Bink video codec id is there, demuxer can use it

Originally committed as revision 21574 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent abafc87c
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment