Skip to content

Commit

Permalink
fourcc: change TrueHD for the registered one
Browse files Browse the repository at this point in the history
ref #24597
  • Loading branch information
fcartegnie committed Apr 17, 2020
1 parent 26f2af8 commit 9c49f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/vlc_fourcc.h
Expand Up @@ -470,7 +470,7 @@
#define VLC_CODEC_WMAS VLC_FOURCC('W','M','A','S')
#define VLC_CODEC_FLAC VLC_FOURCC('f','l','a','c')
#define VLC_CODEC_MLP VLC_FOURCC('m','l','p',' ')
#define VLC_CODEC_TRUEHD VLC_FOURCC('t','r','h','d')
#define VLC_CODEC_TRUEHD VLC_FOURCC('m','l','p','a')
#define VLC_CODEC_DVAUDIO VLC_FOURCC('d','v','a','u')
#define VLC_CODEC_SPEEX VLC_FOURCC('s','p','x',' ')
#define VLC_CODEC_OPUS VLC_FOURCC('O','p','u','s')
Expand Down

0 comments on commit 9c49f40

Please sign in to comment.