[FFmpeg-soc] [soc]: r2021 -?in?eac3:?ac3dec.h?ac3dec_data.c?ac3dec_data.h eac3dec.c
Bartlomiej Wolowiec
bartek.wolowiec at gmail.com
Fri Mar 28 21:51:02 CET 2008
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
More information about the FFmpeg-soc
mailing list