git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
33b88f2
)
h264: remove an unused static constant
author
Vittorio Giovara
<vittorio.giovara@gmail.com>
Fri, 20 Sep 2013 11:09:23 +0000
(13:09 +0200)
committer
Martin Storsjö
<martin@martin.st>
Fri, 20 Sep 2013 11:40:10 +0000
(14:40 +0300)
Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/h264.c
patch
|
blob
|
history
diff --git
a/libavcodec/h264.c
b/libavcodec/h264.c
index
832b5c7
..
9d012c5
100644
(file)
--- a/
libavcodec/h264.c
+++ b/
libavcodec/h264.c
@@
-4428,8
+4428,6
@@
static int execute_decode_slices(H264Context *h, int context_count)
return 0;
}
return 0;
}
-static const uint8_t start_code[] = { 0x00, 0x00, 0x01 };
-
static int decode_nal_units(H264Context *h, const uint8_t *buf, int buf_size,
int parse_extradata)
{
static int decode_nal_units(H264Context *h, const uint8_t *buf, int buf_size,
int parse_extradata)
{