[FFmpeg-devel] [PATCH 2/9] lavf/oggdec: remove a comment not matching anything.

Clément Bœsch ubitux at gmail.com
Sat Sep 15 01:20:41 CEST 2012


---
 libavformat/oggdec.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/oggdec.c b/libavformat/oggdec.c
index 9bb63c3..4cffe0f 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;
 }
 
-- 
1.7.12



More information about the ffmpeg-devel mailing list