wm4 cdd6f059a6 avcodec, avutil: allow more control about how samples are skipped
Add CODEC_FLAG2_SKIP_MANUAL (exposed as "skip_manual"), which makes
the decoder export sample skip information via side data, instead
of applying it automatically. The format of the side data is the
same as AV_PKT_DATA_SKIP_SAMPLES, but since AVPacket and AVFrame
side data constants overlap, AV_FRAME_DATA_SKIP_SAMPLES needs to
be introduced.

This is useful for applications which want to do the timestamp
calculations manually, or which actually want to retrieve the
padding.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-02 20:21:00 +02:00
..
2014-08-24 14:35:11 +02:00
2014-07-20 02:01:50 +02:00
2014-06-03 10:58:19 -08:00
2014-09-17 07:55:56 +00:00
2014-05-28 03:52:50 +02:00
2012-12-21 00:18:34 +01:00
2013-02-14 23:45:48 +01:00
2014-07-17 11:29:01 +02:00