Skip to content

Commit

Permalink
lavf: various changes for MHEG
Browse files Browse the repository at this point in the history
from
Portion of DSMCC/MHEG patch from David Matthews. 0deec69

ffmpeg: Fix last remaining deprecated AVStream::codec usages e24857a
  • Loading branch information
ulmus-scott authored and bennettpeter committed Nov 27, 2021
1 parent 9494299 commit 176cf9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mythtv/external/FFmpeg/libavformat/avformat.h
Expand Up @@ -1094,6 +1094,12 @@ typedef struct AVStream {
int nb_index_entries;
unsigned int index_entries_allocated_size;

/* mythtv addons */
int component_tag; ///< Component tag given in PMT, for MythTV MHEG
int carousel_id;
int data_id;
/* end mythtv addons */

/**
* Stream Identifier
* This is the MPEG-TS stream identifier +1
Expand Down

0 comments on commit 176cf9e

Please sign in to comment.