lavf/oggdec: remove a comment not matching anything.

This commit is contained in:
Clément Bœsch 2012-09-14 23:07:23 +02:00
parent bf8bfc6a11
commit e1ca1dd71b

View File

@ -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;
}