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 <[email protected]> > --- > 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 [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
