1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00
Reimar Döffinger 4a72765a1c Do not fail DVB sub decoding because of a few padding bytes
Instead of returning an error when bytes are left over, just return
the number of actually used bytes as other decoders do.
Instead add a special case so an error will be returned when none
of the data looks valid to avoid making debugging a pain.

Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2011-02-10 21:37:31 +01:00
2011-02-09 09:17:29 -05:00
2011-02-10 14:17:24 +00:00
2011-02-08 13:20:56 +01:00
2011-01-24 23:44:58 +00:00
2010-09-03 21:27:19 +00:00
2011-02-08 21:16:02 +00:00
2011-01-18 11:20:17 -08:00
2011-02-09 09:17:28 -05:00
2011-02-09 09:17:28 -05:00
2011-01-18 11:05:51 -08:00
2011-01-18 20:48:23 +00:00

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.
Languages
C 90.3%
Assembly 7.8%
Makefile 1.3%
C++ 0.2%
Objective-C 0.2%
Other 0.1%