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 variable
Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n2.0
Martin Storsjö
12 years ago
parent
e5c2794a71
commit
ccd349e555
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavcodec/h264.c
+ 0
- 1
libavcodec/h264.c
View File
@@ -4702,7 +4702,6 @@ av_cold void ff_h264_free_context(H264Context *h)
static av_cold int h264_decode_end(AVCodecContext *avctx)
{
H264Context *h = avctx->priv_data;
int i;
ff_h264_free_context(h);
Write
Preview
Loading…
Cancel
Save