]> git.sesse.net Git - ffmpeg/commit
fftools/ffmpeg, ffplay: Don't set refcounted_frames
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 24 Feb 2021 10:51:35 +0000 (11:51 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 28 Feb 2021 16:14:21 +0000 (17:14 +0100)
commitcb5a223a7e7e0839c449a0304a5ef17611febf67
treee551525b4460010d50368bd5e98fc7e099573f8f
parent13101f916fa9321faed36d992c9cd260c073d3ad
fftools/ffmpeg, ffplay: Don't set refcounted_frames

It only affects the old and deprecated avcodec_decode_(video2|audio4)
API which is no longer used here.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
fftools/ffmpeg.c
fftools/ffplay.c