Mark "matroska" probe data string constant.
Originally committed as revision 14949 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
cd34bc7617
commit
7b571fd7a4
1 changed files with 1 additions and 1 deletions
|
|
@ -805,7 +805,7 @@ static int matroska_probe(AVProbeData *p)
|
|||
{
|
||||
uint64_t total = 0;
|
||||
int len_mask = 0x80, size = 1, n = 1;
|
||||
char probe_data[] = "matroska";
|
||||
static const char probe_data[] = "matroska";
|
||||
|
||||
/* EBML header? */
|
||||
if (AV_RB32(p->buf) != EBML_ID_HEADER)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue