28 Mar
2008
28 Mar
'08
8:51 p.m.
On piÄ…tek, 28 marca 2008, Michael Niedermayer wrote:
Index: libavcodec/ac3dec.c =================================================================== --- libavcodec/ac3dec.c (wersja 12621) +++ libavcodec/ac3dec.c (kopia robocza) @@ -1169,7 +1169,7 @@ case AC3_PARSE_ERROR_FRAME_SIZE: av_log(avctx, AV_LOG_ERROR, "invalid frame size\n"); break; - case AC3_PARSE_ERROR_STREAM_TYPE: + case AC3_PARSE_ERROR_FRAME_TYPE: av_log(avctx, AV_LOG_ERROR, "invalid stream type\n");
^^^^^^ this would confuse people remainder of the patch looks ok
[...]
patch applied -- Bartlomiej Wolowiec