On Tue, Jul 12, 2011 at 08:51:12PM +0200, Diego Biurrun wrote: > > --- a/ffmpeg.c > +++ b/ffmpeg.c > @@ -1580,7 +1580,7 @@ static int output_packet(InputStream *ist, int > ist_index, > break; > default: > - goto fail_decode; > + return ret; > } > @@ -1852,8 +1852,6 @@ static int output_packet(InputStream *ist, int > ist_index, > > return 0; > - fail_decode: > - return -1; > }
The above should be "return -1;", queueing with that fixed, OK by Anton. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
