diff mpegvideo.h @ 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 a199529ef171
line wrap: on
line diff
--- a/mpegvideo.h	Thu Feb 26 23:47:32 2009 +0000
+++ b/mpegvideo.h	Fri Feb 27 08:09:23 2009 +0000
@@ -709,6 +709,7 @@
 void ff_copy_picture(Picture *dst, Picture *src);
 
 extern const enum PixelFormat ff_pixfmt_list_420[];
+extern const enum PixelFormat ff_hwaccel_pixfmt_list_420[];
 
 static inline void ff_update_block_index(MpegEncContext *s){
     const int block_size= 8>>s->avctx->lowres;