[FFmpeg-cvslog] lavc/avcodec.h: fix reference to nonexistent function in av_picture_copy() doxy
Stefano Sabatini
git at videolan.org
Tue Jun 19 01:47:14 CEST 2012
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sat Jun 16 11:52:24 2012 +0200| [c90e8054af849759d3c06b31dba3fa592fcdc3e6] | committer: Stefano Sabatini
lavc/avcodec.h: fix reference to nonexistent function in av_picture_copy() doxy
Mention av_image_copy() instead.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c90e8054af849759d3c06b31dba3fa592fcdc3e6
---
libavcodec/avcodec.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index e2b754f..43931da 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().
*/
void av_picture_copy(AVPicture *dst, const AVPicture *src,
enum PixelFormat pix_fmt, int width, int height);
More information about the ffmpeg-cvslog
mailing list