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.tsuch...@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. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".