summaryrefslogtreecommitdiff
path: root/libavutil/frame.h
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2014-03-04 15:16:51 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2014-03-04 16:12:11 +0100
commita18ef7a76c735bcf78ed4825e33ad7f9f6f77a54 (patch)
treed63146b4b6a1a71af8498b46a1c8596d28d1b1bd /libavutil/frame.h
parent973dc4e8d4ae0def273c33bac354ddc6d8e0c470 (diff)
doc: fix a couple of typos in frame.h
Diffstat (limited to 'libavutil/frame.h')
-rw-r--r--libavutil/frame.h2
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.