diff imgconvert.h @ 12387:e7de1ba6dbc0 libavcodec

Deprecate ff_get_plane_bytewidth() in favor of av_get_image_linesize().
author stefano
date Thu, 12 Aug 2010 15:06:04 +0000
parents 035ca6548e29
children
line wrap: on
line diff
--- a/imgconvert.h	Thu Aug 12 15:05:58 2010 +0000
+++ b/imgconvert.h	Thu Aug 12 15:06:04 2010 +0000
@@ -33,10 +33,11 @@
 
 attribute_deprecated
 int ff_fill_pointer(AVPicture *picture, uint8_t *ptr, enum PixelFormat pix_fmt, int height);
+
+attribute_deprecated
+int ff_get_plane_bytewidth(enum PixelFormat pix_fmt, int width, int plane);
 #endif
 
-int ff_get_plane_bytewidth(enum PixelFormat pix_fmt, int width, int plane);
-
 int ff_set_systematic_pal(uint32_t pal[256], enum PixelFormat pix_fmt);
 
 #endif /* AVCODEC_IMGCONVERT_H */