mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
lavc/avcodec.h: fix reference to nonexistent function in av_picture_copy() doxy
Mention av_image_copy() instead.
This commit is contained in:
parent
18b4404dc3
commit
c90e8054af
@ -4310,7 +4310,7 @@ int avpicture_get_size(enum PixelFormat pix_fmt, int width, int height);
|
|||||||
int avpicture_deinterlace(AVPicture *dst, const AVPicture *src,
|
int avpicture_deinterlace(AVPicture *dst, const AVPicture *src,
|
||||||
enum PixelFormat pix_fmt, int width, int height);
|
enum PixelFormat pix_fmt, int width, int height);
|
||||||
/**
|
/**
|
||||||
* Copy image src to dst. Wraps av_picture_data_copy() above.
|
* Copy image src to dst. Wraps av_image_copy().
|
||||||
*/
|
*/
|
||||||
void av_picture_copy(AVPicture *dst, const AVPicture *src,
|
void av_picture_copy(AVPicture *dst, const AVPicture *src,
|
||||||
enum PixelFormat pix_fmt, int width, int height);
|
enum PixelFormat pix_fmt, int width, int height);
|
||||||
|
Loading…
Reference in New Issue
Block a user