mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-06 06:44:29 +00:00
mxfdec: add missing "const" to array declaration.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
parent
547d64a49a
commit
04aec74f45
@ -990,7 +990,7 @@ static const MXFCodecUL mxf_data_essence_container_uls[] = {
|
||||
{ { 0x06,0x0e,0x2b,0x34,0x04,0x01,0x01,0x09,0x0d,0x01,0x03,0x01,0x02,0x0e,0x00,0x00 }, 16, AV_CODEC_ID_NONE },
|
||||
};
|
||||
|
||||
static const char* mxf_data_essence_descriptor[] = {
|
||||
static const char* const mxf_data_essence_descriptor[] = {
|
||||
"vbi_vanc_smpte_436M",
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user