mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
ogg with ffplay fix
Originally committed as revision 3247 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
401fbdde2c
commit
504c8380a3
@ -170,8 +170,6 @@ static int ogg_read_header(AVFormatContext *avfcontext, AVFormatParameters *ap)
|
|||||||
uint8_t *p;
|
uint8_t *p;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
avfcontext->ctx_flags |= AVFMTCTX_NOHEADER;
|
|
||||||
|
|
||||||
ogg_sync_init(&context->oy) ;
|
ogg_sync_init(&context->oy) ;
|
||||||
buf = ogg_sync_buffer(&context->oy, DECODER_BUFFER_SIZE) ;
|
buf = ogg_sync_buffer(&context->oy, DECODER_BUFFER_SIZE) ;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user