[SCM] libav/experimental: set codec_tag

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:39:54 UTC 2013


The following commit has been merged in the experimental branch:
commit ee76016c79c14d3ccf22d740e22a6993f1338b0c
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Apr 10 20:11:00 2004 +0000

    set codec_tag
    
    Originally committed as revision 2995 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/nut.c b/libavformat/nut.c
index 72fec4c..83bb884 100644
--- a/libavformat/nut.c
+++ b/libavformat/nut.c
@@ -891,6 +891,7 @@ static int decode_stream_header(NUTContext *nut){
         return AVERROR_NOMEM;
     class = get_v(bc);
     tmp = get_vb(bc);
+    st->codec.codec_tag= tmp;
     switch(class)
     {
         case 0:

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list