[Ffmpeg-cvslog] r7604 - trunk/libavformat/aiff.c
Alex Beregszaszi
alex
Sun Jan 21 14:56:32 CET 2007
Hi,
> >> Modified: trunk/libavformat/aiff.c
> >> ==============================================================================
> >> --- trunk/libavformat/aiff.c (original)
> >> +++ trunk/libavformat/aiff.c Sun Jan 21 13:47:46 2007
> >> @@ -166,7 +166,6 @@
> >>
> >> /* First verify if format is ok */
> >> if (!enc->codec_tag) {
> >> - av_free(aiff);
> >> return -1;
> >> }
> >
> > And what about the useless {} ?
>
> Useless but also harmless.
Michael does code reduction / simplification / cosmetics in the last
days :)
--
Alex
More information about the ffmpeg-cvslog
mailing list