mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Make av_class a pointer to a const AVClass. Addresses one warning in
imgresample.c. Originally committed as revision 12352 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -392,7 +392,7 @@ typedef struct
|
||||
/** An instance of a filter */
|
||||
struct AVFilterContext
|
||||
{
|
||||
AVClass *av_class; ///< needed for av_log()
|
||||
const AVClass *av_class; ///< needed for av_log()
|
||||
|
||||
AVFilter *filter; ///< the AVFilter of which this is an instance
|
||||
|
||||
|
||||
Reference in New Issue
Block a user