Description: I am currently analyzing ffmpeg hevc decoding process. from ffmpeg_dec.c, packet_decode() function calls both avcodec_send_packet() and then avcodec_receive_frame() functions. When analyzing the internals, both calls decode_receive_frame_internal() function(decode.c). Where actual decoding happens (i.e) whether in avcodec_send_packet() or avcodec_receive_frame()?
Current setup: Ubuntu 20.04 Thansk in advance _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".