mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
avutil/frame: fix everythnig/everything typo
This commit is contained in:
parent
db3f86871e
commit
8e985b7271
@ -666,7 +666,7 @@ AVFrame *av_frame_clone(const AVFrame *src);
|
|||||||
void av_frame_unref(AVFrame *frame);
|
void av_frame_unref(AVFrame *frame);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Move everythnig contained in src to dst and reset src.
|
* Move everything contained in src to dst and reset src.
|
||||||
*/
|
*/
|
||||||
void av_frame_move_ref(AVFrame *dst, AVFrame *src);
|
void av_frame_move_ref(AVFrame *dst, AVFrame *src);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user