summaryrefslogtreecommitdiff
path: root/libavformat/oggdec.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-09-14 23:07:23 +0200
committerClément Bœsch <ubitux@gmail.com>2012-09-16 16:52:06 +0200
commite1ca1dd71bd190187fa69b4c71dca5fee0666ba9 (patch)
tree2ddcac78b2d61d0286e549a4649be2b30a6a5695 /libavformat/oggdec.c
parentbf8bfc6a1135ff0e7ae410f3468154bfe23fc1b6 (diff)
lavf/oggdec: remove a comment not matching anything.
Diffstat (limited to 'libavformat/oggdec.c')
-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;
}