[FFmpeg-devel] [PATCH] vble: remove superfluous braces
Michael Niedermayer
michaelni at gmx.at
Mon Nov 19 15:04:06 CET 2012
On Mon, Nov 19, 2012 at 10:49:37AM +0100, Piotr Bandurski wrote:
> diff --git a/libavcodec/vble.c b/libavcodec/vble.c
> index fb09acd..448006a 100644
> --- a/libavcodec/vble.c
> +++ b/libavcodec/vble.c
> @@ -140,9 +140,8 @@ static int vble_decode_frame(AVCodecContext *avctx, void *data, int *data_size,
> /* Version should always be 1 */
> version = AV_RL32(src);
>
> - if (version != 1) {
> + if (version != 1)
> av_log(avctx, AV_LOG_WARNING, "Unsupported VBLE Version: %d\n", version);
> - }
applied
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
I have often repented speaking, but never of holding my tongue.
-- Xenocrates
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20121119/09d8f621/attachment.asc>
More information about the ffmpeg-devel
mailing list