This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
33b88f2a4a
commit
1cad7171dd
1 changed files
with
0 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
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)
{
{
Write
Preview
Loading…
Cancel
Save