summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/oggdec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/oggdec.c b/libavformat/oggdec.c
index 9bb63c36da..4cffe0f9ea 100644
--- a/libavformat/oggdec.c
+++ b/libavformat/oggdec.c
@@ -558,7 +558,6 @@ static int ogg_read_header(AVFormatContext *s)
//linear granulepos seek from end
ogg_get_length (s);
- //fill the extradata in the per codec callbacks
return 0;
}