diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-03-04 15:16:51 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-03-04 16:12:11 +0100 |
commit | a18ef7a76c735bcf78ed4825e33ad7f9f6f77a54 (patch) | |
tree | d63146b4b6a1a71af8498b46a1c8596d28d1b1bd /libavutil/frame.h | |
parent | 973dc4e8d4ae0def273c33bac354ddc6d8e0c470 (diff) | |
download | ffmpeg-a18ef7a76c735bcf78ed4825e33ad7f9f6f77a54.tar.gz |
doc: fix a couple of typos in frame.h
Diffstat (limited to 'libavutil/frame.h')
-rw-r--r-- | libavutil/frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/frame.h b/libavutil/frame.h index 30cc1e47c9..6b168e2cb9 100644 --- a/libavutil/frame.h +++ b/libavutil/frame.h @@ -428,7 +428,7 @@ AVFrame *av_frame_alloc(void); void av_frame_free(AVFrame **frame); /** - * Setup a new reference to the data described by an given frame. + * Set up a new reference to the data described by the source frame. * * Copy frame properties from src to dst and create a new reference for each * AVBufferRef from src. |