summaryrefslogtreecommitdiffstats
path: root/fftools/ffprobe.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-10-28 23:47:22 -0300
committerJames Almer <jamrial@gmail.com>2017-10-29 00:09:52 -0300
commitca2b7794234cccd6c4ae548c4bd2eac5c53b80f2 (patch)
tree36569ce7e11047c0a504c0eeaf25e76aa9e23c9b /fftools/ffprobe.c
parent8b43039fe19cacb8e7e0950ae50851cb91fa34e4 (diff)
downloadffmpeg-streaming-ca2b7794234cccd6c4ae548c4bd2eac5c53b80f2.zip
ffmpeg-streaming-ca2b7794234cccd6c4ae548c4bd2eac5c53b80f2.tar.gz
avformat: remove use of deprecated AVFMT_FLAG_KEEP_SIDE_DATA flag
It has no effect whatsoever since the major bump. Replace the flag's documentation to reflect this as well. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'fftools/ffprobe.c')
-rw-r--r--fftools/ffprobe.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c
index b2e8949..ab36f8b 100644
--- a/fftools/ffprobe.c
+++ b/fftools/ffprobe.c
@@ -2828,8 +2828,6 @@ static int open_input_file(InputFile *ifile, const char *filename)
exit_program(1);
}
- fmt_ctx->flags |= AVFMT_FLAG_KEEP_SIDE_DATA;
-
if (!av_dict_get(format_opts, "scan_all_pmts", NULL, AV_DICT_MATCH_CASE)) {
av_dict_set(&format_opts, "scan_all_pmts", "1", AV_DICT_DONT_OVERWRITE);
scan_all_pmts_set = 1;
OpenPOWER on IntegriCloud