[FFmpeg-cvslog] Cosmetics: Add bit per component information to v308 comment.
Carl Eugen Hoyos
git at videolan.org
Mon Jan 30 11:37:41 CET 2012
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Mon Jan 30 11:30:52 2012 +0100| [5f27374c1b397c718c9c9a28509aab40f681d9da] | committer: Carl Eugen Hoyos
Cosmetics: Add bit per component information to v308 comment.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5f27374c1b397c718c9c9a28509aab40f681d9da
---
libavformat/isom.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavformat/isom.c b/libavformat/isom.c
index 01a4ec5..eb06a43 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -92,7 +92,7 @@ const AVCodecTag codec_movvideo_tags[] = {
{ CODEC_ID_AVRP, MKTAG('A', 'V', 'r', 'p') }, /* Avid 1:1 10-bit RGB Packer */
{ CODEC_ID_AVRP, MKTAG('S', 'U', 'D', 'S') }, /* Avid DS Uncompressed */
{ CODEC_ID_V210, MKTAG('v', '2', '1', '0') }, /* UNCOMPRESSED 10BIT 4:2:2 */
- { CODEC_ID_V308, MKTAG('v', '3', '0', '8') }, /* UNCOMPRESSED 4:4:4 */
+ { CODEC_ID_V308, MKTAG('v', '3', '0', '8') }, /* UNCOMPRESSED 8BIT 4:4:4 */
{ CODEC_ID_V410, MKTAG('v', '4', '1', '0') }, /* UNCOMPRESSED 10BIT 4:4:4 */
{ CODEC_ID_Y41P, MKTAG('Y', '4', '1', 'P') }, /* UNCOMPRESSED 12BIT 4:1:1 */
{ CODEC_ID_YUV4, MKTAG('y', 'u', 'v', '4') }, /* libquicktime packed yuv420p */
More information about the ffmpeg-cvslog
mailing list