mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 20:01:53 +00:00
No warnings, thanks.
This commit is contained in:
parent
82c413868b
commit
ca468458c9
@ -460,6 +460,7 @@ mpeg4_p2_video_packetizer_c::flush_frames() {
|
|||||||
b_offset = 0;
|
b_offset = 0;
|
||||||
|
|
||||||
num_bframes = 0;
|
num_bframes = 0;
|
||||||
|
b_fref = -1;
|
||||||
b_bref = last_i_p_frame;
|
b_bref = last_i_p_frame;
|
||||||
for (i = 0; i < queued_frames.size(); ++i) {
|
for (i = 0; i < queued_frames.size(); ++i) {
|
||||||
if (FRAME_TYPE_I == queued_frames[i].type) {
|
if (FRAME_TYPE_I == queued_frames[i].type) {
|
||||||
|
Loading…
Reference in New Issue
Block a user