Re: Playing DASH streams / .mpd files

The Wanderer <[email protected]> Fri, 19 Mar 2021 08:38:06 -0400
Newsgroups gmane.comp.video.mplayer.user
Organization This space intentionally left blank.
Message-ID <[email protected]>
On 2021-03-19 at 08:10, Ingo Brückl wrote:

> 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"

This statement conveys (at least to me) the implication that with
dynamic FFmpeg, DASH support will come automatically if the dynamic
FFmpeg copy being used was compiled with that support. Is that accurate?

I was originally going to call the test unnecessary, because this
assignment is already inside the else clause of an 'if test "$ffmpeg_a"
= yes'. However, on re-examining I notice that that if block actually
tests two conditions, only one of which is related to internal vs.
external FFmpeg, so I think I approve of that part of the change.

The suggested phrasing seems overly lengthy and verbose to me, but it
does reflect an established usage, and this is one instance where I
don't expect to bikeshed over it.

> I also suggest:
> 
> -int main() {
> +int main(void) {

Sure, no objections. It's a few more bytes, but strictly more compliant,
and matches the established pattern now that I look for one.

Should I respin and resubmit the patch, once the above question is
addressed, or are people OK with making these changes independently of
me?

-- 
   The Wanderer

The reasonable man adapts himself to the world; the unreasonable one
persists in trying to adapt the world to himself. Therefore all
progress depends on the unreasonable man.         -- George Bernard Shaw

_______________________________________________
MPlayer-users mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
signature.asc (application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEJCOqsZEc2qVC44pUBKk1jTQoMmsFAmBUmy4ACgkQBKk1jTQo
MmsM3A//bmXgKpwLiBtC1axU6jzon4wmJLuSD7+lVWEqEi48S9kB0XdSiVbJiX09
PImSLesjK3n8xNcuqAiA0Cu5S1+bMcbDuMtxNqxqsQJU25rhStGLWpo47jdRJEH8
NhZlmjNiOtZg5+wr+jZJ4aTpBrD+wVAiPJvhSti7rCUnUXIx9/Z3kwCrFsVB3wMX
9LOlHr8wQuJIOuCVxx8HatePAFKyUu5R5jBiM5fyHCCevPozONy/KQRj7Hr912Sp
RveoX7akdi7y3kda/BI7oB35VO7cIxW3pR+8a2dz1BDDNu2O8Ucphfsada4iOEpJ
KrtbfyLaKfV1dc5FqIixjyRqP/Yoleba1D3z/N2MSbtsVKuanLChb1jnXyATaxLz
YFueKtwN+vljKo8xIrOpM7C7NZXYJCQC5uBkfyJIYgu/8wao/p1tzTeSFYEAEH+a
ixI2kJ9pjyb7cPVKq/aIaaqqbuAtP1rB3WTY/RywRa2zwSCORqDiOvuI5BiZxrTv
xy8WARNM8pfpcAF2taE/TAh1DXuBO5EJQrVbuiMaU5N8rrZuHmSZVi4OutWYH1zF
W/gm0TtxJtVydOycxl9q0Y9V+JLvk6dWBwmZfihtFWiM09dxmxuRuCL1INP3aCNZ
J5hdsdBiqUV+DKRu0YOzutgsQUftDegPImZGiw9SlRfYmQIQ7Ag=
=HlD0
-----END PGP SIGNATURE-----