[MPlayer-users] Playing DASH streams / .mpd files

Ingo Brückl ib at wupperonline.de
Fri Mar 19 14:10:01 EET 2021


Reimar Döffinger wrote on Thu, 18 Mar 2021 19:32:20 +0100:

> Looks good to me, at most I would suggest that maybe instead of
> "requires internal FFmpeg" it might be more accurate to say "only used
> for internal FFmpeg" or "not used/needed for shared FFmpeg" or so?

We are already using suitable messages for such cases:

-        res_comment="requires internal FFmpeg"
+        test "$ffmpeg_a" = no && res_comment="dynamic linking to libxml2 is irrelevant when using dynamic FFmpeg"

I also suggest:

-int main() {
+int main(void) {

Ingo


More information about the MPlayer-users mailing list