libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit 7dc94f87c638b51e791eb6485178cd20e4f8f89d
parent a38802ec0a0cdb7c33ac1629e589eb4cb0117f4d
Author: Heikki Lindholm <holin@iki.fi>
Date:   Mon,  7 Jan 2008 07:22:51 +0000

clean up


Diffstat:
Msrc/plugins/flvextractor.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/plugins/flvextractor.c b/src/plugins/flvextractor.c @@ -275,9 +275,6 @@ static int parse_amf(const unsigned char **data, case ASTYPE_NULL: case ASTYPE_UNDEFINED: case ASTYPE_UNSUPPORTED: - ret = 0; - (*(handler->as_end_callback))(astype, NULL, handler->userdata); - break; case ASTYPE_ENDOFOBJECT: ret = 0; (*(handler->as_end_callback))(astype, NULL, handler->userdata);