Skip to content

Commit

Permalink
added: export DTS profile information in ffmpeg
Browse files Browse the repository at this point in the history
This allows XBMC to detect DTS-HD types via the profile field.

Patch sent and applied upstream.
  • Loading branch information
anssih committed Jan 21, 2011
1 parent d141a12 commit 669d501
Show file tree
Hide file tree
Showing 7 changed files with 958 additions and 3 deletions.
6 changes: 6 additions & 0 deletions xbmc/cores/dvdplayer/Codecs/ffmpeg/libavcodec/avcodec.h
Expand Up @@ -2179,6 +2179,12 @@ typedef struct AVCodecContext {
#define FF_PROFILE_AAC_SSR 2
#define FF_PROFILE_AAC_LTP 3

#define FF_PROFILE_DTS 20
#define FF_PROFILE_DTS_ES 30
#define FF_PROFILE_DTS_96_24 40
#define FF_PROFILE_DTS_HD_HRA 50
#define FF_PROFILE_DTS_HD_MA 60

#define FF_PROFILE_H264_BASELINE 66
#define FF_PROFILE_H264_MAIN 77
#define FF_PROFILE_H264_EXTENDED 88
Expand Down

0 comments on commit 669d501

Please sign in to comment.