[FFmpeg-devel] [PATCH] lavc/avcodec.h: fix reference to nonexistent function in av_picture_copy() doxy
Stefano Sabatini
stefasab at gmail.com
Sun Jun 17 12:22:38 CEST 2012
Mention av_image_copy() instead.
---
libavcodec/avcodec.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index e2b754f..e5f6f62 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -4310,7 +4310,7 @@ int avpicture_get_size(enum PixelFormat pix_fmt, int width, int height);
int avpicture_deinterlace(AVPicture *dst, const AVPicture *src,
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() above.
*/
void av_picture_copy(AVPicture *dst, const AVPicture *src,
enum PixelFormat pix_fmt, int width, int height);
--
1.7.5.4
More information about the ffmpeg-devel
mailing list