]> git.sesse.net Git - ffmpeg/commit
hls: add missing checks for accessing avoption fields
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 23 Jan 2013 21:21:51 +0000 (22:21 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 23 Jan 2013 21:22:53 +0000 (22:22 +0100)
commit665f2d432ccdfef91d4b3fa640582160076b18eb
tree58c17439aab30a3e9ae6c9900622243a06563c49
parent8071288601cc5412f596d1cef4d5eb5f7beaf91f
hls: add missing checks for accessing avoption fields

Fixes null pointer exception and probably other things

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/hls.c