Clément Bœsch 20c121c007 lavc/ass_split: check for NULL pointer in ff_ass_split_override_codes().
This is consistent with the other ff_ass_split_* functions.

It also fixes a crash when trying to split a dialog with text=NULL
(which seems to happen when the text of the dialog is empty); basically,
this commit fixes crashes when trying to encode an empty text subtitle
dialog (see subrip and mov_text encoders).

Fixes Ticket2048.
(cherry picked from commit c83002a4f8)
2013-01-01 18:37:10 +01:00
2012-05-04 18:40:36 +02:00
2012-12-03 19:36:15 +01:00
2012-09-25 07:42:32 +02:00
2012-09-07 14:59:01 +02:00
2012-09-27 20:25:53 +02:00
2012-09-23 21:05:29 +02:00
2012-12-03 19:36:15 +01:00
2012-12-03 21:31:18 +01:00
2012-12-10 00:26:56 +01:00
2011-04-08 02:50:13 +02:00
2012-09-27 01:48:14 +02:00
2012-04-06 10:23:26 +02:00
2012-12-03 21:31:18 +01:00
2012-12-03 21:31:18 +01:00

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

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

* Read the documentation in the doc/ directory in git.
  You can also view it online at http://ffmpeg.org/documentation.html

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

* See the LICENSE file.

3) Build and Install
--------------------

* See the INSTALL file.
Description
No description provided
Readme 173 MiB
Languages
C 92.1%
Assembly 6%
Makefile 1.2%
C++ 0.3%
Objective-C 0.2%
Other 0.1%