[FFmpeg-cvslog] avcodec/avrndec: remove max_lowres value

James Almer git at videolan.org
Sat Feb 27 16:25:25 EET 2021


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sat Feb 27 00:12:18 2021 -0300| [0c902a61471a2f45e1c7159bd77146d2b499abb3] | committer: James Almer

avcodec/avrndec: remove max_lowres value

The decoder does not support lowres since 9e4225cf7f.

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0c902a61471a2f45e1c7159bd77146d2b499abb3
---

 libavcodec/avrndec.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/avrndec.c b/libavcodec/avrndec.c
index 26cf6b752c..477afd8bf1 100644
--- a/libavcodec/avrndec.c
+++ b/libavcodec/avrndec.c
@@ -97,7 +97,6 @@ AVCodec ff_avrn_decoder = {
     .priv_data_size = sizeof(AVRnContext),
     .init           = init,
     .decode         = decode_frame,
-    .max_lowres     = 3,
     .capabilities   = AV_CODEC_CAP_DR1,
     .caps_internal  = FF_CODEC_CAP_INIT_THREADSAFE | FF_CODEC_CAP_INIT_CLEANUP,
 };



More information about the ffmpeg-cvslog mailing list