-
- Downloads
lavfi: split frame_count between input and output.
AVFilterLink.frame_count is supposed to count the number of frames that were passed on the link, but with min_samples, that number is not always the same for the source and destination filters. With the addition of a FIFO on the link, the difference will become more significant. Split the variable in two: frame_count_in counts the number of frames that entered the link, frame_count_out counts the number of frames that were sent to the destination filter.
Showing
- libavfilter/af_ashowinfo.c 1 addition, 1 deletionlibavfilter/af_ashowinfo.c
- libavfilter/af_volume.c 1 addition, 1 deletionlibavfilter/af_volume.c
- libavfilter/asrc_sine.c 1 addition, 1 deletionlibavfilter/asrc_sine.c
- libavfilter/avf_showfreqs.c 2 additions, 2 deletionslibavfilter/avf_showfreqs.c
- libavfilter/avfilter.c 3 additions, 2 deletionslibavfilter/avfilter.c
- libavfilter/avfilter.h 1 addition, 1 deletionlibavfilter/avfilter.h
- libavfilter/f_loop.c 1 addition, 1 deletionlibavfilter/f_loop.c
- libavfilter/f_metadata.c 2 additions, 2 deletionslibavfilter/f_metadata.c
- libavfilter/f_select.c 1 addition, 1 deletionlibavfilter/f_select.c
- libavfilter/f_streamselect.c 1 addition, 1 deletionlibavfilter/f_streamselect.c
- libavfilter/vf_bbox.c 1 addition, 1 deletionlibavfilter/vf_bbox.c
- libavfilter/vf_blackdetect.c 1 addition, 1 deletionlibavfilter/vf_blackdetect.c
- libavfilter/vf_blend.c 1 addition, 1 deletionlibavfilter/vf_blend.c
- libavfilter/vf_crop.c 1 addition, 1 deletionlibavfilter/vf_crop.c
- libavfilter/vf_decimate.c 1 addition, 1 deletionlibavfilter/vf_decimate.c
- libavfilter/vf_detelecine.c 1 addition, 1 deletionlibavfilter/vf_detelecine.c
- libavfilter/vf_drawtext.c 2 additions, 2 deletionslibavfilter/vf_drawtext.c
- libavfilter/vf_eq.c 1 addition, 1 deletionlibavfilter/vf_eq.c
- libavfilter/vf_fade.c 4 additions, 4 deletionslibavfilter/vf_fade.c
- libavfilter/vf_fieldhint.c 7 additions, 7 deletionslibavfilter/vf_fieldhint.c
Loading
Please register or sign in to comment