applehttp: Fix the key check in handle_variant_args
authorMartin Storsjö <martin@martin.st>
Sun, 23 Jan 2011 21:39:02 +0000 (23:39 +0200)
committerMans Rullgard <mans@mansr.com>
Mon, 24 Jan 2011 20:19:37 +0000 (20:19 +0000)
commit2b0decf60ba6dd5eec16e88d4b816e56108a2935
tree82879b2d749010e98bf2d0d504754e4027681019
parentdacbcd170a329dda2014159ca9fc9d11d887625c
applehttp: Fix the key check in handle_variant_args

The key string is supposed to contain the equals character,
too.  Since the checked string was wrong, and the return value
check was wrong too, it incorrectly seemed to work right before.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavformat/applehttp.c