mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-03-03 01:35:49 +00:00
Cosmentics: Fix AVUI comment.
The codec contains no alpha information but deinterleaved interlaced video. Found by Maksym Veremeyenko.
This commit is contained in:
parent
d50a4c4a5b
commit
af0f8c09cc
@ -71,7 +71,7 @@ const AVCodecTag codec_movvideo_tags[] = {
|
||||
|
||||
{ CODEC_ID_RAWVIDEO, MKTAG('r', 'a', 'w', ' ') }, /* Uncompressed RGB */
|
||||
{ CODEC_ID_RAWVIDEO, MKTAG('y', 'u', 'v', '2') }, /* Uncompressed YUV422 */
|
||||
{ CODEC_ID_RAWVIDEO, MKTAG('A', 'V', 'U', 'I') }, /* YUV with alpha-channel (AVID Uncompressed) */
|
||||
{ CODEC_ID_RAWVIDEO, MKTAG('A', 'V', 'U', 'I') }, /* AVID Uncompressed deinterleaved UYVY422 */
|
||||
{ CODEC_ID_RAWVIDEO, MKTAG('2', 'v', 'u', 'y') }, /* UNCOMPRESSED 8BIT 4:2:2 */
|
||||
{ CODEC_ID_RAWVIDEO, MKTAG('y', 'u', 'v', 's') }, /* same as 2vuy but byte swapped */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user