FFplay : Avoid manipulating NULL data pointers so that future checks
authorJai Menon <jmenon86@gmail.com>
Sun, 23 May 2010 19:13:17 +0000 (19:13 +0000)
committerJai Menon <jmenon86@gmail.com>
Sun, 23 May 2010 19:13:17 +0000 (19:13 +0000)
commit3635c07bd1d1202e98f439f3b5389ff142d87cc3
tree1a45b66f00683f5040be155852fa63b36b2e39d1
parent47f0704eb2a10a2ff50c1a118d7a2a92ce38d689
FFplay : Avoid manipulating NULL data pointers so that future checks
remain valid. This fixes segfaults for those cases where data copy to
this invalid pointer is attempted.

Originally committed as revision 23264 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffplay.c