1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-29 22:00:58 +02:00
FFmpeg/libavutil
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-04-07 01:31:02 +02:00
2014-04-07 01:31:02 +02:00
2014-08-05 01:54:47 +02:00
2014-08-13 14:50:15 +02:00
2014-07-12 22:33:27 +02:00
2014-07-12 22:33:27 +02:00
2014-04-01 17:36:33 +02:00
2014-04-29 13:24:11 +02:00
2014-06-03 16:03:44 +02:00
2014-08-18 22:37:03 +02:00
2014-06-03 10:58:19 -08:00
2014-09-05 00:43:48 +02:00
2014-08-05 21:05:52 +02:00
2014-01-19 17:12:22 +01:00
2014-07-06 11:44:01 -07:00
2014-05-26 11:40:15 +02:00
2014-05-26 11:40:15 +02:00
2014-05-17 15:28:03 +02:00
2014-05-17 15:28:03 +02:00
2014-05-28 03:25:41 +02:00
2014-08-05 01:54:47 +02:00
2013-11-22 17:16:11 +01:00
2014-07-12 22:33:27 +02:00
2014-04-07 01:31:36 +02:00
2014-04-07 01:31:36 +02:00