Files
FFmpeg/libavcodec
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 09:37:16 -08:00
2012-01-03 16:28:17 -05:00
2012-01-01 22:27:04 +01:00
2012-01-01 22:27:04 +01:00
2012-01-03 15:25:54 +01:00
2012-01-03 15:25:51 +01:00
2012-01-02 16:41:25 +01:00
2012-01-04 10:57:37 -08:00