mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-23 15:53:08 +00: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);
|
||||
|
||||
/**
|
||||
* 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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user