[FFmpeg-devel] [PATCH v8 1/4] lavc/codec_desc: introduce AV_CODEC_PROP_INTRA_ONLY flag to audio codec

James Almer jamrial at gmail.com
Thu Dec 12 17:56:29 EET 2019


On 12/12/2019 11:02 AM, Yuki Tsuchiya wrote:
> Introduce AV_CODEC_PROP_INTRA_ONLY flag to audio codec as well as video codec to support non intra-only audio codec.
> Since all of the audio codecs are processed as intra-only codec in is_intra_only() so far, the intra-only flag is added to all the audio codec descriptors to doesn’t change behavior.
> 
> Signed-off-by: Yuki Tsuchiya <Yuki.Tsuchiya at sony.com>
> ---
>  libavcodec/codec_desc.c | 345 ++++++++++++++++++++--------------------
>  libavformat/utils.c     |   3 +-
>  2 files changed, 176 insertions(+), 172 deletions(-)

Squashed this and the second patch, and pushed. Thanks.


More information about the ffmpeg-devel mailing list