[FFmpeg-cvslog] avcodec/codec_desc: Mark MLP as not being intra-only
Andreas Rheinhardt
git at videolan.org
Tue Sep 28 03:12:06 EEST 2021
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Tue Sep 21 22:05:01 2021 +0200| [f09fd1c6c70505916a3d1b21530b3f71d8118688] | committer: Andreas Rheinhardt
avcodec/codec_desc: Mark MLP as not being intra-only
It has sync frames.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f09fd1c6c70505916a3d1b21530b3f71d8118688
---
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 a06992fce8..d954f0a428 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -2764,7 +2764,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
.type = AVMEDIA_TYPE_AUDIO,
.name = "mlp",
.long_name = NULL_IF_CONFIG_SMALL("MLP (Meridian Lossless Packing)"),
- .props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSLESS,
+ .props = AV_CODEC_PROP_LOSSLESS,
},
{
.id = AV_CODEC_ID_GSM_MS,
More information about the ffmpeg-cvslog
mailing list