From 9870c8ad6ccadfcc329e8a49e68ba00087727380 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sat, 13 Mar 2004 11:07:44 +0000 Subject: [PATCH] Removed wrong comment. --- src/input/r_ogm.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/input/r_ogm.cpp b/src/input/r_ogm.cpp index 86d3f6fb6..853a9d2d5 100644 --- a/src/input/r_ogm.cpp +++ b/src/input/r_ogm.cpp @@ -1074,8 +1074,7 @@ ogm_reader_c::read_headers() { } /* - * General reader. Before returning it MUST guarantee that each demuxer has - * a page available OR that the corresponding stream is finished. + * General reader. Read a page and hand it over for processing. */ int ogm_reader_c::read(generic_packetizer_c *) {