changeset 2555:d69789acdbc4 libavcodec

(10l) supported pix_fmts forgotten
author michael
date Tue, 08 Mar 2005 20:35:27 +0000
parents 84a8f374bf63
children e5af3bc1d038
files mpeg12.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mpeg12.c	Tue Mar 08 14:39:58 2005 +0000
+++ b/mpeg12.c	Tue Mar 08 20:35:27 2005 +0000
@@ -3142,6 +3142,7 @@
     MPV_encode_picture,
     MPV_encode_end,
     .supported_framerates= frame_rate_tab+1,
+    .pix_fmts= (enum PixelFormat[]){PIX_FMT_YUV420P, -1},
     .capabilities= CODEC_CAP_DELAY,
 };
 
@@ -3154,6 +3155,7 @@
     MPV_encode_picture,
     MPV_encode_end,
     .supported_framerates= frame_rate_tab+1,
+    .pix_fmts= (enum PixelFormat[]){PIX_FMT_YUV420P, -1},
     .capabilities= CODEC_CAP_DELAY,
 };
 #endif