You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
examples/muxing: use av_frame_free() in place of av_free()
This commit is contained in:
@@ -457,7 +457,7 @@ static void close_video(AVFormatContext *oc, AVStream *st)
|
||||
avcodec_close(st->codec);
|
||||
av_free(src_picture.data[0]);
|
||||
av_free(dst_picture.data[0]);
|
||||
av_free(frame);
|
||||
av_frame_free(&frame);
|
||||
}
|
||||
|
||||
/**************************************************************/
|
||||
|
Reference in New Issue
Block a user