Browse Source

h264: remove an unused static constant

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n2.1
Vittorio Giovara Martin Storsjö 11 years ago
parent
commit
1cad7171dd
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/h264.c

+ 0
- 2
libavcodec/h264.c View File

@@ -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)
{


Loading…
Cancel
Save