[FFmpeg-cvslog] lavf/oggdec: remove a comment not matching anything.
Clément Bœsch
git at videolan.org
Sun Sep 16 18:34:19 CEST 2012
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Fri Sep 14 23:07:23 2012 +0200| [e1ca1dd71bd190187fa69b4c71dca5fee0666ba9] | committer: Clément Bœsch
lavf/oggdec: remove a comment not matching anything.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e1ca1dd71bd190187fa69b4c71dca5fee0666ba9
---
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;
}
More information about the ffmpeg-cvslog
mailing list