[FFmpeg-devel] [PATCH] codec_desc: mark some lossless audio codecs as intraonly.

2017-04-01 Thread Ronald S. Bultje
--- libavcodec/avcodec.h| 2 +- libavcodec/codec_desc.c | 11 ++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 60f7ace..39ea4fc 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -724,7 +724,7 @@ typedef

Re: [FFmpeg-devel] [PATCH] codec_desc: mark some lossless audio codecs as intraonly.

2017-04-01 Thread Paul B Mahol
On 3/31/17, Ronald S. Bultje wrote: > --- > libavcodec/codec_desc.c | 11 ++- > 1 file changed, 6 insertions(+), 5 deletions(-) > Should be fine if you mark flag as video and audio only. Currently this intra only flag is marked as video only. _

[FFmpeg-devel] [PATCH] codec_desc: mark some lossless audio codecs as intraonly.

2017-03-31 Thread Ronald S. Bultje
--- libavcodec/codec_desc.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c index 9711019..041b797 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -2313,7 +2313,7 @@ static const AVCodecDescript

[FFmpeg-devel] [PATCH] codec_desc: mark some lossless audio codecs as intraonly.

2017-03-31 Thread Ronald S. Bultje
--- libavcodec/codec_desc.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c index 9711019..f35ee4e 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -2313,7 +2313,7 @@ static const AVCodecDescript