[FFmpeg-devel] [PATCH]Add debug output about unparsed swf tags

Carl Eugen Hoyos cehoyos at ag.or.at
Tue Dec 4 15:54:07 CET 2012


Clément Bœsch <ubitux <at> gmail.com> writes:

> > +        } else {
> > +            av_log(s, AV_LOG_DEBUG, "Unknown tag: %d \n", tag);
> >          }
> >      skip:
> >          avio_skip(pb, len);
> 
> You can remove the space after %d, otherwise LGTM

Space removed and patch applied.

Thank you, Carl Eugen



More information about the ffmpeg-devel mailing list