Browse Source

ogg with ffplay fix

Originally committed as revision 3247 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 21 years ago
parent
commit
504c8380a3
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavformat/ogg.c

+ 0
- 2
libavformat/ogg.c View 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) ;



Loading…
Cancel
Save