forked from FFmpeg/FFmpeg
avutil/frame: fix everythnig/everything typo
This commit is contained in:
parent
db3f86871e
commit
8e985b7271
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue