diff mpegvideo.h @ 9028:0f95e4f0a3f5 libavcodec

Add and use ff_pixfmt_list_420.
author michael
date Tue, 24 Feb 2009 18:27:52 +0000
parents 2bf694251330
children f49b1c1d2c16
line wrap: on
line diff
--- a/mpegvideo.h	Tue Feb 24 18:24:56 2009 +0000
+++ b/mpegvideo.h	Tue Feb 24 18:27:52 2009 +0000
@@ -708,6 +708,8 @@
 void ff_init_block_index(MpegEncContext *s);
 void ff_copy_picture(Picture *dst, Picture *src);
 
+extern const enum PixelFormat ff_pixfmt_list_420[];
+
 static inline void ff_update_block_index(MpegEncContext *s){
     const int block_size= 8>>s->avctx->lowres;