diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-06-24 20:20:16 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-06-24 20:20:16 +0000 |
commit | 504c8380a3f2c12b977ebaa3ee0ef8f800ac4a23 (patch) | |
tree | 08ec573420a206c69bd0eb966df4d6cb4dc88e4c /libavformat/ogg.c | |
parent | 401fbdde2cc73fb6bc28be2f31051bc9a2adb31d (diff) | |
download | ffmpeg-504c8380a3f2c12b977ebaa3ee0ef8f800ac4a23.tar.gz |
ogg with ffplay fix
Originally committed as revision 3247 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/ogg.c')
-rw-r--r-- | libavformat/ogg.c | 2 |
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) ; |