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
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to