]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
dvb_psi_pmt: Recognize AC-4 audio descriptor
authorKacper Michajłow <kasper93@gmail.com>
Mon, 28 Nov 2022 19:59:26 +0000 (20:59 +0100)
committerFlole998 <Flole998@users.noreply.github.com>
Mon, 28 Nov 2022 21:32:20 +0000 (22:32 +0100)
commit765d3ed4fd0cc87f8b8594b296833f490ae86ebd
treeb9d13b7f40215325434dc0aabdb50bdde3c97103
parenteb844deb40cf9a4331c7071e56964f58910c3509
dvb_psi_pmt: Recognize AC-4 audio descriptor

This allows pass-through of AC-4 audio stream.

Will need adjustment when AC-4 gets support in FFmpeg to enable
transcode.

Link: https://tvheadend.org/issues/6222
Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
12 files changed:
src/esfilter.h
src/esstream.h
src/input/mpegts/dvb.h
src/input/mpegts/dvb_psi_pmt.c
src/libav.c
src/muxer.c
src/muxer.h
src/muxer/muxer_audioes.c
src/muxer/muxer_libav.c
src/muxer/muxer_mkv.c
src/profile.c
src/streaming.c