diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2013-09-20 13:09:23 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-09-20 14:40:10 +0300 |
commit | 1cad7171dd6896b59c7e102f8ca0c1f1066c515a (patch) | |
tree | 69442bd7da491aec9e129fdb2534d30309e6ef33 | |
parent | 33b88f2a4ae54d5397c45e39a5326289ebdc7747 (diff) | |
download | ffmpeg-1cad7171dd6896b59c7e102f8ca0c1f1066c515a.tar.gz |
h264: remove an unused static constant
Signed-off-by: Martin Storsjö <martin@martin.st>
-rw-r--r-- | libavcodec/h264.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 832b5c7209..9d012c5517 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -4428,8 +4428,6 @@ static int execute_decode_slices(H264Context *h, int context_count) 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) { |