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: drop a comment that carries no useful information
tags/n2.7
Anton Khirnov
10 years ago
parent
11f024ef0a
commit
440e8dd374
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/h264.c
+ 1
- 1
libavcodec/h264.c
View File
@@ -1696,7 +1696,7 @@ av_cold void ff_h264_free_context(H264Context *h)
{
int i;
ff_h264_free_tables(h);
// FIXME cleanup init stuff perhaps
ff_h264_free_tables(h);
if (h->DPB) {
for (i = 0; i < H264_MAX_PICTURE_COUNT; i++)
Write
Preview
Loading…
Cancel
Save