]> git.sesse.net Git - ffmpeg/commit
avformat: remove use of deprecated AVFMT_FLAG_KEEP_SIDE_DATA flag
authorJames Almer <jamrial@gmail.com>
Sun, 29 Oct 2017 02:47:22 +0000 (23:47 -0300)
committerJames Almer <jamrial@gmail.com>
Sun, 29 Oct 2017 03:09:52 +0000 (00:09 -0300)
commitca2b7794234cccd6c4ae548c4bd2eac5c53b80f2
tree36569ce7e11047c0a504c0eeaf25e76aa9e23c9b
parent8b43039fe19cacb8e7e0950ae50851cb91fa34e4
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>
fftools/ffmpeg_opt.c
fftools/ffprobe.c
libavformat/avformat.h
libavformat/options_table.h
libavformat/tests/seek.c