Skip to content
Snippets Groups Projects
Commit fc01a703 authored by Andreas Rheinhardt's avatar Andreas Rheinhardt
Browse files

fftools/ffmpeg: Avoid creating unnecessary reference


The only caller of do_video_out() doesn't need the frame afterwards,
ergo one can replace an av_frame_ref() by av_frame_move_ref().

Signed-off-by: default avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent b886512e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment