ffmpeg | branch: master | James Almer <[email protected]> | 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 <[email protected]>

> 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,
 };

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to