[SCM] libav/experimental: initalize has_b_frames

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:43:24 UTC 2013


The following commit has been merged in the experimental branch:
commit 8bb8f41375ac9a00de22b875e867a3a30904c2a9
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Mar 17 21:38:29 2005 +0000

    initalize has_b_frames
    
    Originally committed as revision 4054 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/nut.c b/libavformat/nut.c
index 645ca59..3a83d4f 100644
--- a/libavformat/nut.c
+++ b/libavformat/nut.c
@@ -980,6 +980,7 @@ static int decode_stream_header(NUTContext *nut){
     nom = get_v(bc);
     denom = get_v(bc);
     nut->stream[stream_id].msb_timestamp_shift = get_v(bc);
+    st->codec.has_b_frames=
     nut->stream[stream_id].decode_delay= get_v(bc);
     get_byte(bc); /* flags */
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list