mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 00:32:31 +00:00
fftools/ffplay: stop injecting stream side data in packets
This is no longer needed as the side data is available for decoders in the AVCodecContext. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
d372c2f3d3
commit
27fcc8dd9f
@ -2794,8 +2794,6 @@ static int read_thread(void *arg)
|
||||
if (genpts)
|
||||
ic->flags |= AVFMT_FLAG_GENPTS;
|
||||
|
||||
av_format_inject_global_side_data(ic);
|
||||
|
||||
if (find_stream_info) {
|
||||
AVDictionary **opts;
|
||||
int orig_nb_streams = ic->nb_streams;
|
||||
|
Loading…
Reference in New Issue
Block a user