ogg with ffplay fix
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 24 Jun 2004 20:20:16 +0000 (20:20 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 24 Jun 2004 20:20:16 +0000 (20:20 +0000)
Originally committed as revision 3247 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/ogg.c

index 9151467..00c9f3f 100644 (file)
@@ -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) ;