[FFmpeg-devel] [PATCH] Fix more of icc's warnings #188
Carl Eugen Hoyos
cehoyos
Tue May 13 17:59:15 CEST 2008
Hi!
Aurelien Jacobs <aurel <at> gnuage.org> writes:
> Changes to vp56*, electronicarts.c and avs.c are OK.
[...]
> > @@ -1075,7 +1075,7 @@
> > av_log(matroska->ctx, AV_LOG_INFO,
> > "Unknown or unsupported track type
> > 0x%x\n", track->type);
> > - track->type = 0;
> > + track->type = MATROSKA_TRACK_TYPE_NONE;
> > break;
> > }
> > matroska->tracks[matroska->num_tracks - 1] = track;
>
> This one is OK, along with the corresponding matroska.h change.
Thanks for the review, applied those changes.
What about the other files? Should I resend or forget them?
Regards, Carl Eugen
More information about the ffmpeg-devel
mailing list