Changeset 128e29782f in mythtv


Ignore:
Timestamp:
Dec 1, 2016, 11:11:50 AM (8 years ago)
Author:
Guenter Kukkukk <linux@…>
Branches:
fixes/0.28
Children:
2d6466f1a
Parents:
0890206d9
git-author:
Guenter Kukkukk <linux@…> (12/01/16 11:11:50)
git-committer:
Stuart Auchterlonie <stuarta@…> (12/01/16 11:23:39)
Message:

Fixes #12945 - Add HEVC to the mpegts parser.

Enables use of DVB-T2 broadcasts in Germany.

Signed-off-by: Stuart Auchterlonie <stuarta@…>
(cherry picked from commit 07c59e7d962c9e046c0960ae42d2a1d38d5508b3)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mythtv/external/FFmpeg/libavformat/mpegts-mythtv.c

    r0890206d9 r128e29782f  
    718718    { 0x11, AVMEDIA_TYPE_AUDIO,   AV_CODEC_ID_AAC_LATM }, /* LATM syntax */
    719719    { 0x1b, AVMEDIA_TYPE_VIDEO,       AV_CODEC_ID_H264 },
     720    { 0x24, AVMEDIA_TYPE_VIDEO,       AV_CODEC_ID_HEVC },
    720721    { 0xd1, AVMEDIA_TYPE_VIDEO,      AV_CODEC_ID_DIRAC },
    721722    { 0xea, AVMEDIA_TYPE_VIDEO,        AV_CODEC_ID_VC1 },
Note: See TracChangeset for help on using the changeset viewer.