[SCM] libav/experimental: Bink video codec id is there, demuxer can use it

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:59:11 UTC 2013


The following commit has been merged in the experimental branch:
commit 971c55f18680020908eeae3972bd20b36921b7e1
Author: Kostya Shishkov <kostya.shishkov at gmail.com>
Date:   Sun Jan 31 16:21:49 2010 +0000

    Bink video codec id is there, demuxer can use it
    
    Originally committed as revision 21574 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/bink.c b/libavformat/bink.c
index c21db19..7d69387 100644
--- a/libavformat/bink.c
+++ b/libavformat/bink.c
@@ -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) {

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list