1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

h264: remove an unused static constant

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Vittorio Giovara 2013-09-20 13:09:23 +02:00 committed by Martin Storsjö
parent 33b88f2a4a
commit 1cad7171dd

View File

@ -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, static int decode_nal_units(H264Context *h, const uint8_t *buf, int buf_size,
int parse_extradata) int parse_extradata)
{ {