summaryrefslogtreecommitdiff
path: root/libavformat/ogg.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/ogg.c')
-rw-r--r--libavformat/ogg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/ogg.c b/libavformat/ogg.c
index 9151467614..00c9f3ffd0 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) ;