[FFmpeg-devel] [PATCH] Decrease score returned by wav_probe
Diego Biurrun
diego
Sat Apr 19 20:15:20 CEST 2008
On Sat, Apr 19, 2008 at 09:18:08PM +0700, Vladimir Voroshilov wrote:
>
> --- libavformat/wav.c (revision 12898)
> +++ libavformat/wav.c (working copy)
> @@ -145,7 +145,12 @@
> + /*
> + Since ACT demuxer has standard WAV header at top of it's own,
> + returning score is decreased to avoid probe conflict
> + between ACT and WAV.
> + */
Not that this is important, but could you keep the /* */ on the same
lines as the comment text? This way the comment becomes more compact
and you can see more code in your editor window.
Diego
More information about the ffmpeg-devel
mailing list