[SCM] libav/experimental: added 422P and 444P formats (need to patch ffmpeg.c so that it is handled in all the program)

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:29:46 UTC 2013


The following commit has been merged in the experimental branch:
commit d9fea0b588801581851cf9f7dc3647cb1cd9d962
Author: Fabrice Bellard <fabrice at bellard.org>
Date:   Mon Aug 6 01:53:21 2001 +0000

    added 422P and 444P formats (need to patch ffmpeg.c so that it is handled in all the program)
    
    
    Originally committed as revision 38 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 1e1c2ef..fe78557 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -26,6 +26,8 @@ enum PixelFormat {
     PIX_FMT_YUV422,
     PIX_FMT_RGB24,
     PIX_FMT_BGR24,
+    PIX_FMT_YUV422P,
+    PIX_FMT_YUV444P,
 };
 
 /* in bytes */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list