Mailing List Archive

Attention themers: osd.xml changes required for master
Hello all,

I inadvertently broke part of the themes with this change:
https://github.com/MythTV/mythtv/commit/8cb2003b8e22a098e23f213d39eb43e5c9df92fd

<window name="program_info"> <statetype name="audiocodec"> the state
names are now different for all codecs.  However, MythTV appears to be
case insenistive about the state names.

For the new values see the .name entries of
https://github.com/MythTV/mythtv/blob/master/mythtv/external/FFmpeg/libavcodec/codec_desc.c
.  For reference, the old values can be seen here:
https://github.com/MythTV/mythtv/blob/77d08733983f879a38f603b6ed7aab3807da5a8a/mythtv/external/FFmpeg/libavcodec/utils-mythtv.c

Regards,

Scott Theisen
Re: Attention themers: osd.xml changes required for master [ In reply to ]
On 9/27/22 21:39, Scott Theisen wrote:
> Hello all,
>
> I inadvertently broke part of the themes with this change:
> https://github.com/MythTV/mythtv/commit/8cb2003b8e22a098e23f213d39eb43e5c9df92fd
>
> <window name="program_info"> <statetype name="audiocodec"> the state
> names are now different for all codecs.  However, MythTV appears to be
> case insenistive about the state names.
>
> For the new values see the .name entries of
> https://github.com/MythTV/mythtv/blob/master/mythtv/external/FFmpeg/libavcodec/codec_desc.c
> .  For reference, the old values can be seen here:
> https://github.com/MythTV/mythtv/blob/77d08733983f879a38f603b6ed7aab3807da5a8a/mythtv/external/FFmpeg/libavcodec/utils-mythtv.c
>
> Regards,
>
> Scott Theisen

Of note: "E-AC3" is now "eac3", "AAC/LATM" is now "aac_latm"