Files
ffmpeg/libavcodec
Andreas Rheinhardt ca95863758 avcodec/vc1dec: Don't call ff_get_format() twice
It is currently called once in the codecs' init function
and once when (re)initializing the VC-1 decode context
(which happens upon frame size changes as well as before
decoding the first frame). The first one is unnecessary
now that vc1_decode_frame() no longer requires avctx->hwaccel
to be already set for hwaccel to work properly.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2024-02-09 08:16:25 +01:00
..
2024-02-02 15:41:54 +01:00
2024-02-06 22:10:06 +08:00
2023-11-10 00:14:02 +01:00
2023-12-11 18:42:07 +02:00
2023-11-18 19:55:42 +01:00
2023-11-26 17:49:09 +01:00
2023-11-26 17:49:09 +01:00
2023-11-14 19:15:51 +02:00
2023-11-08 17:37:58 +11:00
2024-01-25 11:07:28 -05:00
2023-12-11 18:17:43 +02:00
2023-12-11 18:17:43 +02:00
2023-12-29 00:45:20 +01:00
2023-11-09 12:53:35 +01:00
2023-11-01 22:53:26 +02:00
2023-11-01 22:53:26 +02:00
2023-12-22 09:28:04 -03:00
2023-12-22 09:28:04 -03:00
2023-12-08 17:20:48 +02:00
2023-12-08 17:20:48 +02:00
2024-02-03 00:26:17 +01:00