Browse Source

avutil/frame: fix everythnig/everything typo

tags/n2.7
Clément Bœsch 10 years ago
parent
commit
8e985b7271
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavutil/frame.h

+ 1
- 1
libavutil/frame.h View File

@@ -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…
Cancel
Save