mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
mov: Support R10g codec identifier.
This commit is contained in:
parent
a304a83362
commit
7ac639654f
@ -83,6 +83,7 @@ const AVCodecTag codec_movvideo_tags[] = {
|
||||
{ CODEC_ID_RAWVIDEO, MKTAG('b', '4', '8', 'r') },
|
||||
|
||||
{ CODEC_ID_R10K, MKTAG('R', '1', '0', 'k') }, /* UNCOMPRESSED 10BIT RGB */
|
||||
{ CODEC_ID_R10K, MKTAG('R', '1', '0', 'g') }, /* UNCOMPRESSED 10BIT RGB */
|
||||
{ CODEC_ID_R210, MKTAG('r', '2', '1', '0') }, /* UNCOMPRESSED 10BIT RGB */
|
||||
{ CODEC_ID_V210, MKTAG('v', '2', '1', '0') }, /* UNCOMPRESSED 10BIT 4:2:2 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user