From e1ca1dd71bd190187fa69b4c71dca5fee0666ba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Fri, 14 Sep 2012 23:07:23 +0200 Subject: [PATCH] lavf/oggdec: remove a comment not matching anything. --- libavformat/oggdec.c | 1 - 1 file changed, 1 deletion(-) 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; }