gallium/video: remove pipe_video_buffer.chroma_format
[mesa.git] / src / gallium / drivers / radeon / radeon_vce.c
index 521dfb40a67bb7cb5d9f44652d058fae0a892753..66b4744a558d31e8f1df1d9fa917d71762f4acb5 100644 (file)
@@ -448,7 +448,6 @@ struct pipe_video_codec *si_vce_create_encoder(struct pipe_context *context,
        }
 
        templat.buffer_format = PIPE_FORMAT_NV12;
-       templat.chroma_format = PIPE_VIDEO_CHROMA_FORMAT_420;
        templat.width = enc->base.width;
        templat.height = enc->base.height;
        templat.interlaced = false;