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. Also I presume there will be a bump/apichanges entry somewhere in the final set -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
