1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00
Janne Grunau f907615f08 parsers: initialize MpegEncContext.slice_context_count to 1
The mpeg4 video, H264 and VC-1 parser hold (directly or indirectly)
a MpegEncContext in their private context. Since they do not call the
common mpegvideo init function slice_context_count has explicitly set
to 1.
Prevents a null pointer dereference in the h264 parser and fixes
bug 193.
2012-01-06 01:47:45 +01:00
2012-01-05 14:48:30 +01:00
2012-01-02 16:41:25 +01:00
2012-01-03 18:47:42 -05:00
2011-12-11 00:32:25 +01:00
2012-01-04 13:10:20 +01:00
2011-03-16 21:54:39 +01:00
2011-12-11 00:32:25 +01:00
2011-04-07 02:54:12 +02:00
2011-12-23 15:38:15 +01:00

Libav 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%