On 08/08/13 21:38, Anton Khirnov wrote: > > On Thu, 8 Aug 2013 11:48:55 +0200, Luca Barbato <[email protected]> wrote: >> Codecs with internal parallelism need to set the pkt_pts/pkt_dts >> by themselves. >> --- >> libavcodec/avcodec.h | 5 +++++ >> libavcodec/utils.c | 6 ++++-- >> 2 files changed, 9 insertions(+), 2 deletions(-) >> >> diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h >> index 0ec02d7..9e74cbd 100644 >> --- a/libavcodec/avcodec.h >> +++ b/libavcodec/avcodec.h >> @@ -750,6 +750,11 @@ typedef struct RcOverride{ >> */ >> #define CODEC_CAP_VARIABLE_FRAME_SIZE 0x10000 >> >> +/** >> + * Codec sets by its own the frame pkt_pts and pkt_dts. >> + */ > > Mention that this is for internal use only.
Ok even if going the other way round would be better. > Also I presume there will be a bump/apichanges entry somewhere in the final > set I'm pondering to move the av_packet_list to ff_packet_list till there isn't consensus on the shape it should take. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
