[FFmpeg-devel] [PATCH 1/5] add side data to indicate the amount of samples to skip at the begin and end

Reimar Döffinger Reimar.Doeffinger at gmx.de
Thu Jul 5 20:37:54 CEST 2012


On Wed, Jul 04, 2012 at 11:15:02PM +0200, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> ---
>  libavcodec/avcodec.h |   11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
> index 9748ba6..87caf37 100644
> --- a/libavcodec/avcodec.h
> +++ b/libavcodec/avcodec.h
> @@ -852,6 +852,17 @@ enum AVPacketSideDataType {
>       * @endcode
>       */
>      AV_PKT_DATA_H263_MB_INFO,
> +
> +    /**
> +     * Recommmands skiping the specified number of samples

RecommEnds skipPing


More information about the ffmpeg-devel mailing list