commit 18cdf49c05d1a1e74c36145262b9b99034b886b5
parent 72400f2d79fb6cdcfa116901d87e3709680392f2
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 2 Jan 2008 09:04:13 +0000
handle all cases
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/plugins/flvextractor.c b/src/plugins/flvextractor.c
@@ -702,6 +702,7 @@ 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_WIDTH:
if (state->streamInfo->videoWidth == -1)