ffmpeg/fftools
Anton Khirnov 313c91beb8 ffprobe: stop printing deprecated fields
The FF_API macros are private and must not be used by external callers.
As the fields in question are to be removed without replacement, just
drop them.
The fields are:
AVPacket.convergence_duration
AVCodecContext.time_base
AVCodecContext.timecode_frame_start
AV_PIX_FMT_FLAG_PSEUDOPAL pixel descriptor flag
2021-02-22 11:14:29 +01:00
..
cmdutils.c fftools/cmdutils: also print warnings when using -sinks and -sources 2020-12-03 18:32:57 +01:00
cmdutils.h
ffmpeg_filter.c fftools/ffmpeg_filter: Make functions only used locally static 2021-02-02 23:53:30 +01:00
ffmpeg_hw.c ffmpeg: Don't require a known device to pass a frames context to an encoder 2020-05-03 16:04:27 +01:00
ffmpeg_opt.c ffmpeg: add -fpsmax to clamp output framerate 2021-02-05 22:54:18 +05:30
ffmpeg_qsv.c
ffmpeg_videotoolbox.c Stop hardcoding align=32 in av_frame_get_buffer() calls. 2020-05-22 14:38:57 +02:00
ffmpeg.c ffmpeg: add -fpsmax to clamp output framerate 2021-02-05 22:54:18 +05:30
ffmpeg.h ffmpeg: add -fpsmax to clamp output framerate 2021-02-05 22:54:18 +05:30
ffplay.c fftools/ffplay: reindent and some minor cosmetics 2021-02-19 21:30:13 +01:00
ffprobe.c ffprobe: stop printing deprecated fields 2021-02-22 11:14:29 +01:00
Makefile