From: Anton Khirnov Date: Thu, 26 May 2011 06:14:03 +0000 (+0200) Subject: lavf: deprecate AVFormatParameters.width/height. X-Git-Tag: v0.7rc1~267 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=89d1b7f40671e0d455fe6b6670bf6f2bcf2eea2e;p=coroid%2Flibav_saccubus.git lavf: deprecate AVFormatParameters.width/height. --- diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 3a652a354..847e40864 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. */