mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Fix
utils.c: In function ‘avcodec_get_context_defaults2’: utils.c:793: warning: assignment discards qualifiers from pointer target type Originally committed as revision 11938 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -1197,7 +1197,7 @@ typedef struct AVCodecContext {
|
||||
* - encoding: Set by user
|
||||
* - decoding: unused
|
||||
*/
|
||||
char *rc_eq;
|
||||
const char *rc_eq;
|
||||
|
||||
/**
|
||||
* maximum bitrate
|
||||
|
||||
Reference in New Issue
Block a user