Skip to content

Commit

Permalink
ffmpeg codec_desc.c: remove duplicate dvd nav packet
Browse files Browse the repository at this point in the history
  • Loading branch information
ulmus-scott authored and bennettpeter committed Jul 1, 2022
1 parent 86675d5 commit 700c61c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mythtv/external/FFmpeg/libavcodec/codec_desc.c
Expand Up @@ -3479,12 +3479,6 @@ static const AVCodecDescriptor codec_descriptors[] = {
.name = "dsmcc_b",
.long_name = NULL_IF_CONFIG_SMALL("DSMCC B"),
},
{
.id = AV_CODEC_ID_DVD_NAV,
.type = AVMEDIA_TYPE_DATA,
.name = "dvd_nav_packet",
.long_name = NULL_IF_CONFIG_SMALL("DVD Nav packet"),
},
{
.id = AV_CODEC_ID_TIMED_ID3,
.type = AVMEDIA_TYPE_DATA,
Expand Down

0 comments on commit 700c61c

Please sign in to comment.