[FFmpeg-cvslog] r11587 - trunk/ffmpeg.c

Diego Biurrun diego
Tue Jan 22 09:52:52 CET 2008


On Mon, Jan 21, 2008 at 02:55:39PM +0100, Benoit Fouet wrote:
> M?ns Rullg?rd wrote:
> > benoit wrote:
> >   
> >> Log:
> >> Inform user when bitstream filter fails.
> >>
> >> --- trunk/ffmpeg.c	(original)
> >> +++ trunk/ffmpeg.c	Mon Jan 21 14:36:20 2008
> >> @@ -415,9 +415,15 @@ static void write_frame(AVFormatContext
> >>              new_pkt.destruct= av_destruct_packet;
> >> +        } else if(a<0){
> >> +            fprintf(stderr, "%s failed for stream %d, codec %s"
> >> +                , bsfc->filter->name
> >> +                , pkt->stream_index
> >> +                , avctx->codec ? avctx->codec->name : "copy");
> >> +            print_error("", a);
> >
> > Now that's the ugliest coding style I've seen in a while.  And I'm
> > writing this at work...
> 
> please don't hesitate to change it to your taste...

Should be better now.

Diego




More information about the ffmpeg-cvslog mailing list