• Anton Khirnov's avatar
    fftools/ffmpeg: move processing AV_PKT_DATA_QUALITY_STATS to do_video_stats() · b033913d
    Anton Khirnov authored
    This is a more appropriate place for this code, since the values we read
    from AV_PKT_DATA_QUALITY_STATS side data are primarily written into
    video stats. This ensures that the values written into stats actually
    apply to the right packet.
    
    Rename the function to update_video_stats() to better reflect its new
    purpose.
    b033913d
Name
Last commit
Last update
..
Makefile Loading commit data...
cmdutils.c Loading commit data...
cmdutils.h Loading commit data...
ffmpeg.c Loading commit data...
ffmpeg.h Loading commit data...
ffmpeg_filter.c Loading commit data...
ffmpeg_hw.c Loading commit data...
ffmpeg_mux.c Loading commit data...
ffmpeg_opt.c Loading commit data...
ffplay.c Loading commit data...
ffprobe.c Loading commit data...
fopen_utf8.h Loading commit data...
opt_common.c Loading commit data...
opt_common.h Loading commit data...