mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-14 19:25:01 +00:00
libxvid: Add const qualifier to silence compiler warning.
libavcodec/libxvidff.c:752: warning: initialization discards qualifiers from pointer target type
This commit is contained in:
parent
6a2176aac0
commit
d8dbe20241
@ -749,7 +749,7 @@ static int xvid_ff_2pass_before(struct xvid_context *ref,
|
||||
static int xvid_ff_2pass_after(struct xvid_context *ref,
|
||||
xvid_plg_data_t *param) {
|
||||
char *log = ref->twopassbuffer;
|
||||
char *frame_types = " ipbs";
|
||||
const char *frame_types = " ipbs";
|
||||
char frame_type;
|
||||
|
||||
/* Quick bounds check */
|
||||
|
Loading…
Reference in New Issue
Block a user