Doh... forgot to remove the debug code before the commit. (Recommit because I f'cked the SVN database)

This commit is contained in:
Moritz Bunkus 2005-02-24 07:49:13 +00:00
parent 19770e79dc
commit 451cf796a9

View File

@ -337,18 +337,9 @@ mpeg4_p2_video_packetizer_c::process(memory_c &mem,
int64_t duration,
int64_t bref,
int64_t fref) {
vector<video_frame_t> frames;
vector<video_frame_t>::const_iterator frame;
if (!aspect_ratio_extracted)
extract_aspect_ratio(mem.data, mem.size);
mpeg4_p2_find_frame_types(mem.data, mem.size, frames);
foreach(frame, frames) {
csum += frame->type + frame->size;
mxinfo("\nFRAME: type %c size %d\n", frame->type, frame->size);
}
if (input_is_native == output_is_native)
return
video_packetizer_c::process(mem, old_timecode, duration, bref, fref);