Quoting Luca Barbato (2015-11-28 21:06:11) > --- > libavformat/avidec.c | 134 > +++++++++++++++++++++++++++------------------------ > 1 file changed, 72 insertions(+), 62 deletions(-) > > diff --git a/libavformat/avidec.c b/libavformat/avidec.c > index 7e8d7e8..674a023 100644 > --- a/libavformat/avidec.c > +++ b/libavformat/avidec.c > @@ -1093,6 +1093,75 @@ start_sync: > return AVERROR_EOF; > } > > +static int find_best_stream(AVFormatContext *s)
The name is misleading, this function does a lot more than just finding the stream. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
