Skip to content

Commit

Permalink
Revert "addon InputStream: drop bandwidth"
Browse files Browse the repository at this point in the history
This reverts commit 0b13247.
  • Loading branch information
popcornmix committed Apr 11, 2017
1 parent 49abaf8 commit 166ffa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/addons/InputStream.cpp
Expand Up @@ -333,6 +333,7 @@ void CInputStream::UpdateStreams()
continue;

demuxStream->codec = codec->id;
//demuxStream->bandwidth = stream.m_Bandwidth;
demuxStream->codecName = stream.m_codecInternalName;
demuxStream->uniqueId = streamIDs.m_streamIds[i];
demuxStream->language[0] = stream.m_language[0];
Expand Down
Expand Up @@ -108,6 +108,7 @@ extern "C" {
char m_codecName[32]; /*!< @brief (required) name of codec according to ffmpeg */
char m_codecInternalName[32]; /*!< @brief (optional) internal name of codec (selectionstream info) */
unsigned int m_pID; /*!< @brief (required) physical index */
unsigned int m_Bandwidth; /*!< @brief (optional) bandwidth of the stream (selectionstream info) */

const uint8_t *m_ExtraData;
unsigned int m_ExtraSize;
Expand Down

0 comments on commit 166ffa3

Please sign in to comment.