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
memory leak
Originally committed as revision 4282 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Loren Merritt
20 years ago
parent
2c57805831
commit
ba4ffc2b48
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/h264.c
+ 1
- 0
libavcodec/h264.c
View File
@@ -3491,6 +3491,7 @@ static void flush_dpb(AVCodecContext *avctx){
h->delayed_pic[i]= NULL;
h->delayed_output_pic= NULL;
idr(h);
h->s.current_picture_ptr->reference= 0;
}
/**
Write
Preview
Loading…
Cancel
Save