changeset 486:6e685aedef2e libavformat

ogg with ffplay fix
author michael
date Thu, 24 Jun 2004 20:20:16 +0000
parents 36b0feeb9c1f
children 7942c1aa0028
files ogg.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ogg.c	Tue Jun 22 21:14:01 2004 +0000
+++ b/ogg.c	Thu Jun 24 20:20:16 2004 +0000
@@ -170,8 +170,6 @@
     uint8_t *p;
     int i;
      
-    avfcontext->ctx_flags |= AVFMTCTX_NOHEADER;
-     
     ogg_sync_init(&context->oy) ;
     buf = ogg_sync_buffer(&context->oy, DECODER_BUFFER_SIZE) ;