Commit a4e2daeb authored by michael's avatar michael

ogg with ffplay fix


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3247 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 21a41359
......@@ -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) ;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment