Hi, On Mon, Apr 18, 2011 at 4:30 AM, Reinhard Tartler <[email protected]> wrote: > --- > libavcodec/avcodec.h | 2 ++ > libavcodec/avpacket.c | 14 ++++++++++++++ > 2 files changed, 16 insertions(+), 0 deletions(-) > > diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h > index df4e617..907fbb3 100644 > --- a/libavcodec/avcodec.h > +++ b/libavcodec/avcodec.h > @@ -1060,6 +1060,7 @@ typedef struct AVPacket { > int size; > int stream_index; > int flags; > +#if LIBAVCODEC_VERSION_MAJOR > 52
Please use a FF_SIDE_CHANNEL_API define or so, so testing/enabling becomes easier. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
