[FFmpeg-devel] [PATCH 1/4] ffplay: eliminate pictq_prev_picture

Marton Balint cus at passwd.hu
Tue Jun 24 22:14:39 CEST 2014


On Sat, 14 Jun 2014, Marton Balint wrote:

> Instead of directly rolling back the frame queue, keep the last displayed
> picture in the queue and use a boolean variable to keep track if it is
> displayed or not. This makes the code cleaner because it removes the
> complicated logic in pictq_prev_picture.
>
> There should be no change in functionality.
>
> Signed-off-by: Marton Balint <cus at passwd.hu>
> ---

Hi Michael,

Please merge from my stable branch for the pending ffplay patches:

9dd97aa ffplay: eliminate pictq_prev_picture
ba800de ffplay: pass simple integers to calculate_display_rect and set_default_window_size
1ca5c17 ffplay: calculate SDL audio buffer size based on sample rate
371f023 ffplay: decrease max audio callbacks per second
e281671 ffplay: decrease audio_diff_threshold

Thanks,
Marton


More information about the ffmpeg-devel mailing list