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
idcin: set AV_PKT_FLAG_KEY for video packets with a palette
tags/n1.2
Justin Ruggles
12 years ago
parent
ccc0ffb1ba
commit
49543373f3
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavformat/idcin.c
+ 1
- 0
libavformat/idcin.c
View File
@@ -290,6 +290,7 @@ static int idcin_read_packet(AVFormatContext *s,
if (ret < 0)
return ret;
memcpy(pal, palette, AVPALETTE_SIZE);
pkt->flags |= AV_PKT_FLAG_KEY;
}
pkt->stream_index = idcin->video_stream_index;
pkt->duration = 1;
Write
Preview
Loading…
Cancel
Save