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
avcodec/qtrle: don't clear the palette when flushing
It may be propagated only once for the entire stream. Signed-off-by: James Almer <jamrial@gmail.com>
tags/n4.3
James Almer
6 years ago
parent
d70bbdc5fa
commit
b319feb05f
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavcodec/qtrle.c
+ 0
- 1
libavcodec/qtrle.c
View File
@@ -576,7 +576,6 @@ static void qtrle_decode_flush(AVCodecContext *avctx)
{
QtrleContext *s = avctx->priv_data;
memset(s->pal, 0, sizeof(s->pal));
av_frame_unref(s->frame);
}
Write
Preview
Loading…
Cancel
Save