[PATCH 11/18] libmpcodecs/ve_lavc: replace FF_LEVEL_UNKNOWN with AV_
Nicolas George <[email protected]> Tue, 28 Jul 2026 20:15:07 +0200
| Newsgroups | gmane.comp.video.mplayer.devel |
|---|---|
| Message-ID | <[email protected]> |
--- libmpcodecs/ve_lavc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmpcodecs/ve_lavc.c b/libmpcodecs/ve_lavc.c index 62e6e28cd..6581503a7 100644 --- a/libmpcodecs/ve_lavc.c +++ b/libmpcodecs/ve_lavc.c @@ -152,7 +152,7 @@ static int lavc_param_video_global_header= 0; static int lavc_param_mv0_threshold = 256; static int lavc_param_refs = 1; static int lavc_param_b_sensitivity = 40; -static int lavc_param_level = FF_LEVEL_UNKNOWN; +static int lavc_param_level = AV_LEVEL_UNKNOWN; char *lavc_param_acodec = "mp2"; int lavc_param_atag = 0; -- 2.53.0 _______________________________________________ MPlayer-dev-eng mailing list -- [email protected] To unsubscribe send an email to [email protected] %(web_page_url)slistinfo/%(_internal_name)s