Commit 8e985b72 authored by Clément Bœsch's avatar Clément Bœsch

avutil/frame: fix everythnig/everything typo

parent db3f8687
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment