Merge commit '45acc228a6d5f1e7d6c5ce6da63b293bd5eda57d' into release/2.2
* commit '45acc228a6d5f1e7d6c5ce6da63b293bd5eda57d': doc: fix a couple of typos in frame.h Conflicts: libavutil/frame.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -596,7 +596,7 @@ AVFrame *av_frame_alloc(void);
|
|||||||
void av_frame_free(AVFrame **frame);
|
void av_frame_free(AVFrame **frame);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Setup a new reference to the data described by a 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
|
* Copy frame properties from src to dst and create a new reference for each
|
||||||
* AVBufferRef from src.
|
* AVBufferRef from src.
|
||||||
|
Reference in New Issue
Block a user