diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-09-14 23:07:23 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-09-16 16:52:06 +0200 |
commit | e1ca1dd71bd190187fa69b4c71dca5fee0666ba9 (patch) | |
tree | 2ddcac78b2d61d0286e549a4649be2b30a6a5695 | |
parent | bf8bfc6a1135ff0e7ae410f3468154bfe23fc1b6 (diff) | |
download | ffmpeg-e1ca1dd71bd190187fa69b4c71dca5fee0666ba9.tar.gz |
lavf/oggdec: remove a comment not matching anything.
-rw-r--r-- | libavformat/oggdec.c | 1 |
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; } |