mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 18:49:58 +00:00
doc: fix a couple of typos in frame.h
This commit is contained in:
parent
973dc4e8d4
commit
a18ef7a76c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user