[FFmpeg-devel] [PATCH v8 2/4] lavc/codec_desc: set TrueHD to non intra-only codec
Yuki Tsuchiya
Yuki.Tsuchiya at sony.com
Thu Dec 12 16:02:02 EET 2019
Signed-off-by: Yuki Tsuchiya <Yuki.Tsuchiya at sony.com>
---
libavcodec/codec_desc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index 98b6348c59..3b0ffa0f5d 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -2691,7 +2691,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
.type = AVMEDIA_TYPE_AUDIO,
.name = "truehd",
.long_name = NULL_IF_CONFIG_SMALL("TrueHD"),
- .props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSLESS,
+ .props = AV_CODEC_PROP_LOSSLESS,
},
{
.id = AV_CODEC_ID_MP4ALS,
--
2.17.1
More information about the ffmpeg-devel
mailing list