Commit 1cad7171 authored by Vittorio Giovara's avatar Vittorio Giovara Committed by Martin Storsjö

h264: remove an unused static constant

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 33b88f2a
......@@ -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)
{
......
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