mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
Doh... forgot to remove the debug code before the commit. (Recommit because I f'cked the SVN database)
This commit is contained in:
parent
19770e79dc
commit
451cf796a9
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user