commit f55523d806ff684d6d8b2f364fc26c58aa0b5d45
parent 0a106689be8ea04f0d701094467f0dfa19a76712
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 13 Jun 2010 09:19:30 +0000
dead
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/plugins/flv_extractor.c b/src/plugins/flv_extractor.c
@@ -261,7 +261,6 @@ static int parse_amf(const unsigned char **data,
case ASTYPE_UNDEFINED:
case ASTYPE_UNSUPPORTED:
case ASTYPE_ENDOFOBJECT:
- ret = 0;
(*(handler->as_end_callback))(astype, NULL, handler->userdata);
break;
case ASTYPE_ARRAY:
@@ -690,7 +689,6 @@ static void handleASEnd(unsigned char type, void * value, void * userdata)
{
double n = *((double *)value);
switch (state->currentAttribute) {
- case FLV_NONE:
case FLV_STEREO:
break;
case FLV_ACHANNELS: