summaryrefslogtreecommitdiff
path: root/libavcodec/h261.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h261.c')
-rw-r--r--libavcodec/h261.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h261.c b/libavcodec/h261.c
index 20c9388cb4..337d479cbd 100644
--- a/libavcodec/h261.c
+++ b/libavcodec/h261.c
@@ -1026,6 +1026,7 @@ AVCodec h261_encoder = {
MPV_encode_init,
MPV_encode_picture,
MPV_encode_end,
+ .pix_fmts= (enum PixelFormat[]){PIX_FMT_YUV420P, -1},
};
#endif