On Wed, Jun 20, 2012 at 4:40 AM, Alex Converse <[email protected]> wrote: > --- > libavcodec/h264.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/libavcodec/h264.c b/libavcodec/h264.c > index 025a0dd..bf0cca7 100644 > --- a/libavcodec/h264.c > +++ b/libavcodec/h264.c > @@ -4375,7 +4375,7 @@ again: > if (ff_h264_decode_seq_parameter_set(h) < 0 && > h->is_avc && (nalsize != consumed) && nalsize) { > av_log(h->s.avctx, AV_LOG_DEBUG, > - "SPS decoding failure, try parsing the coomplete > NAL\n"); > + "SPS decoding failure, try parsing the complete > NAL\n"); > init_get_bits(&s->gb, buf + buf_index + 1 - consumed, > 8 * (nalsize - 1)); > ff_h264_decode_seq_parameter_set(h);
Good spot, obviously correct, but maybe "SPS decoding failed, trying to parse the complete NAL instead\n" would be more accurate. -- regards, Reinhard _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
