doc: fix a couple of typos in frame.h

(cherry picked from commit a18ef7a76c735bcf78ed4825e33ad7f9f6f77a54)
This commit is contained in:
Janne Grunau 2014-03-08 11:52:14 +01:00 committed by Reinhard Tartler
parent d37fac6dbb
commit 45acc228a6

View File

@ -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.