PROTOCOLS = file
DECODERS = mpeg2video mp2 ac3 eac3 h264 h264_vdpau hevc aac aac_latm vorbis libvorbis
ENCODERS = mpeg2video mp2 libx264 libvpx_vp8 libvpx_vp9 aac libaacplus vorbis libvorbis
-MUXERS = mpegts mpeg2dvd matroska webm
+MUXERS = mpegts mpeg2dvd matroska webm mp4
BSFS = h264_mp4toannexb hevc_mp4toannexb
FILTERS = yadif scale
l = htsmsg_create_list();
while (c->code2b) {
- e = htsmsg_create_map();
if (all || tvh_gettext_langcode_valid(c->code2b)) {
+ e = htsmsg_create_map();
htsmsg_add_str(e, "key", c->code2b);
htsmsg_add_str(e, "val", c->desc);
htsmsg_add_msg(l, NULL, e);