Make av_class a pointer to const.

Patch by Takis.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26210 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
benoit 2008-03-10 14:30:49 +00:00
parent 26f0d73d73
commit 7f97108f0f
2 changed files with 2 additions and 2 deletions

View File

@ -274,7 +274,7 @@ static const AVOption options[] = {
#undef VE
#undef DEFAULT
static AVClass sws_context_class = { "SWScaler", sws_context_to_name, options };
static const AVClass sws_context_class = { "SWScaler", sws_context_to_name, options };
const char *sws_format_name(enum PixelFormat format)
{

View File

@ -42,7 +42,7 @@ typedef struct SwsContext{
/**
* info on struct for av_log
*/
AVClass *av_class;
const AVClass *av_class;
/**
* Note that src, dst, srcStride, dstStride will be copied in the