Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 159639
Collapse All | Expand All

(-)vorbis-tools-1.1.1-org/ogginfo/ogginfo2.c (-4 / +3 lines)
Lines 295-305 Link Here
295
             warn(_("Warning: Failure in utf8 decoder. This should be impossible\n"));
295
             warn(_("Warning: Failure in utf8 decoder. This should be impossible\n"));
296
             return;
296
             return;
297
	 }
297
	 }
298
         *sep = 0;
299
         info("\t%s=%s\n", comment, decoded);
300
         free(decoded);
298
     }
301
     }
299
     
300
     *sep = 0;
301
     info("\t%s=%s\n", comment, decoded);
302
     free(decoded);
303
}
302
}
304
303
305
static void theora_process(stream_processor *stream, ogg_page *page)
304
static void theora_process(stream_processor *stream, ogg_page *page)

Return to bug 159639