[SCM] libav/experimental: ogg with ffplay fix

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:40:45 UTC 2013


The following commit has been merged in the experimental branch:
commit 504c8380a3f2c12b977ebaa3ee0ef8f800ac4a23
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Jun 24 20:20:16 2004 +0000

    ogg with ffplay fix
    
    Originally committed as revision 3247 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/ogg.c b/libavformat/ogg.c
index 9151467..00c9f3f 100644
--- a/libavformat/ogg.c
+++ b/libavformat/ogg.c
@@ -170,8 +170,6 @@ static int ogg_read_header(AVFormatContext *avfcontext, AVFormatParameters *ap)
     uint8_t *p;
     int i;
      
-    avfcontext->ctx_flags |= AVFMTCTX_NOHEADER;
-     
     ogg_sync_init(&context->oy) ;
     buf = ogg_sync_buffer(&context->oy, DECODER_BUFFER_SIZE) ;
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list