diff options
author | Anton Khirnov <anton@khirnov.net> | 2021-02-08 12:14:27 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2021-02-22 11:14:29 +0100 |
commit | 313c91beb8a0185061f8c960bc6ae191de36fff3 (patch) | |
tree | 0b6544f95e90032b72c76bb476a086045429de49 /tests/ref/fate/mxf-probe-applehdr10 | |
parent | 04f49645a519233f3638104e0df5215758652fcb (diff) | |
download | ffmpeg-313c91beb8a0185061f8c960bc6ae191de36fff3.tar.gz |
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
Diffstat (limited to 'tests/ref/fate/mxf-probe-applehdr10')
-rw-r--r-- | tests/ref/fate/mxf-probe-applehdr10 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/ref/fate/mxf-probe-applehdr10 b/tests/ref/fate/mxf-probe-applehdr10 index 0bf9bf1b63..8a75609bc4 100644 --- a/tests/ref/fate/mxf-probe-applehdr10 +++ b/tests/ref/fate/mxf-probe-applehdr10 @@ -3,7 +3,6 @@ index=0 codec_name=prores profile=0 codec_type=video -codec_time_base=0/1 codec_tag_string=apco codec_tag=0x6f637061 width=1280 @@ -22,7 +21,6 @@ color_transfer=smpte2084 color_primaries=bt2020 chroma_location=unspecified field_order=progressive -timecode=N/A refs=1 id=N/A r_frame_rate=60000/1001 @@ -75,7 +73,6 @@ index=1 codec_name=pcm_s24le profile=unknown codec_type=audio -codec_time_base=1/48000 codec_tag_string=[0][0][0][0] codec_tag=0x0000 sample_fmt=s32 @@ -116,7 +113,6 @@ index=2 codec_name=pcm_s24le profile=unknown codec_type=audio -codec_time_base=1/48000 codec_tag_string=[0][0][0][0] codec_tag=0x0000 sample_fmt=s32 |