[FFmpeg-cvslog] r14715 - trunk/libavformat/avformat.h

Måns Rullgård mans
Tue Aug 12 19:32:30 CEST 2008


bcoudurier <subversion at mplayerhq.hu> writes:

> Author: bcoudurier
> Date: Tue Aug 12 19:28:00 2008
> New Revision: 14715
>
> Log:
> increase MAX_REORDER_DELAY and pts_buffer size to 16, max for h264 atm
>
> Modified:
>    trunk/libavformat/avformat.h
>
> Modified: trunk/libavformat/avformat.h
> ==============================================================================
> --- trunk/libavformat/avformat.h	(original)
> +++ trunk/libavformat/avformat.h	Tue Aug 12 19:28:00 2008
> @@ -390,14 +390,17 @@ typedef struct AVStream {
>
>      int64_t nb_frames;                 ///< number of frames in this stream if known or 0
>
> -#define MAX_REORDER_DELAY 4
> -    int64_t pts_buffer[MAX_REORDER_DELAY+1];
> +#if LIBAVFORMAT_VERSION_INT < (53<<16)
> +    int64_t unused[4+1];
> +#endif

What good does this do?  It still breaks ABI.  Or is it only used
internally?

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-cvslog mailing list