diff mpegvideo.c @ 9060:f49b1c1d2c16 libavcodec

Add ff_hwaccel_pixfmt_list_420[] definition. Patch by Gwenole Beauchesne.
author benoit
date Fri, 27 Feb 2009 08:09:23 +0000
parents 0f95e4f0a3f5
children 520877b559cb
line wrap: on
line diff
--- a/mpegvideo.c	Thu Feb 26 23:47:32 2009 +0000
+++ b/mpegvideo.c	Fri Feb 27 08:09:23 2009 +0000
@@ -80,6 +80,11 @@
     PIX_FMT_NONE
 };
 
+const enum PixelFormat ff_hwaccel_pixfmt_list_420[] = {
+    PIX_FMT_YUV420P,
+    PIX_FMT_NONE
+};
+
 const uint8_t *ff_find_start_code(const uint8_t * restrict p, const uint8_t *end, uint32_t * restrict state){
     int i;