Originally committed as revision 11445 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ... | ... |
@@ -982,7 +982,7 @@ static const char * context_to_name(void * ptr) {
|
| 982 | 982 |
return "postproc"; |
| 983 | 983 |
} |
| 984 | 984 |
|
| 985 |
-static AVClass av_codec_context_class = { "Postproc", context_to_name, NULL };
|
|
| 985 |
+static const AVClass av_codec_context_class = { "Postproc", context_to_name, NULL };
|
|
| 986 | 986 |
|
| 987 | 987 |
pp_context_t *pp_get_context(int width, int height, int cpuCaps){
|
| 988 | 988 |
PPContext *c= av_malloc(sizeof(PPContext)); |