Commit febe1540 authored by Alexander Strange's avatar Alexander Strange

Fix merge glitch: pix_fmts should have been deleted

parent 5380fee3
......@@ -3726,7 +3726,6 @@ AVCodec h264_decoder = {
/*CODEC_CAP_DRAW_HORIZ_BAND |*/ CODEC_CAP_DR1 | CODEC_CAP_DELAY | CODEC_CAP_FRAME_THREADS,
.flush= flush_dpb,
.long_name = NULL_IF_CONFIG_SMALL("H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10"),
.pix_fmts= ff_hwaccel_pixfmt_list_420,
.update_thread_context = ONLY_IF_THREADS_ENABLED(decode_update_thread_context)
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment