Commit 9a29d33e authored by reimar's avatar reimar

Mark "matroska" probe data string constant.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14949 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6b996b55
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment