changeset 5616:9a624037cf06 libavformat

Bink video codec id is there, demuxer can use it
author kostya
date Sun, 31 Jan 2010 16:21:49 +0000
parents 049c66109825
children f50eb231b06a
files bink.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bink.c	Sun Jan 31 13:01:00 2010 +0000
+++ b/bink.c	Sun Jan 31 16:21:49 2010 +0000
@@ -115,7 +115,7 @@
     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) {