From 89d1b7f40671e0d455fe6b6670bf6f2bcf2eea2e Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 26 May 2011 08:14:03 +0200 Subject: lavf: deprecate AVFormatParameters.width/height. --- libavformat/avformat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavformat') diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 3a652a354b..847e408641 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -231,9 +231,9 @@ typedef struct AVFormatParameters { #if FF_API_FORMAT_PARAMETERS attribute_deprecated int sample_rate; attribute_deprecated int channels; + attribute_deprecated int width; + attribute_deprecated int height; #endif - int width; - int height; enum PixelFormat pix_fmt; #if FF_API_FORMAT_PARAMETERS attribute_deprecated int channel; /**< Used to select DV channel. */ -- cgit v1.2.3