projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
cd34bc7
)
Mark "matroska" probe data string constant.
author
Reimar Döffinger
<Reimar.Doeffinger@gmx.de>
Sun, 24 Aug 2008 17:19:46 +0000
(17:19 +0000)
committer
Reimar Döffinger
<Reimar.Doeffinger@gmx.de>
Sun, 24 Aug 2008 17:19:46 +0000
(17:19 +0000)
Originally committed as revision 14949 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/matroskadec.c
patch
|
blob
|
history
diff --git
a/libavformat/matroskadec.c
b/libavformat/matroskadec.c
index
fd9652f
..
0901c57
100644
(file)
--- a/
libavformat/matroskadec.c
+++ b/
libavformat/matroskadec.c
@@
-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)