]> git.sesse.net Git - ffmpeg/commit
Fix crash on resolution change (issue 2393).
authorRonald S. Bultje <rsbultje@gmail.com>
Sat, 22 Jan 2011 14:42:56 +0000 (14:42 +0000)
committerJanne Grunau <janne-ffmpeg@jannau.net>
Sat, 22 Jan 2011 17:21:59 +0000 (18:21 +0100)
commit9107892624c8f9978489ab5b4c0ef2fc5637fb62
tree8bf07700d3bd543d846f73a61bf3967d4f77041c
parent96aad41e8157b7c6b577803054e20a0771857424
Fix crash on resolution change (issue 2393).

Don't free RBSP tables (containing decoded NAL units) on resolution
change, because we actually need this data to decode the frame after
reiniting (with new resolution). Fixed issue 2393.

Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
libavcodec/h264.c