From 4fb1221e66dba5556cecf980b220792457cf7a83 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 3 Nov 2013 01:07:07 +0100 Subject: h264: reduce whitespace differences to libav Signed-off-by: Michael Niedermayer --- libavcodec/vda_h264.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libavcodec/vda_h264.c') diff --git a/libavcodec/vda_h264.c b/libavcodec/vda_h264.c index c01a21a533..e0561e2914 100644 --- a/libavcodec/vda_h264.c +++ b/libavcodec/vda_h264.c @@ -33,11 +33,11 @@ struct vda_buffer { }; /* Decoder callback that adds the vda frame to the queue in display order. */ -static void vda_decoder_callback (void *vda_hw_ctx, - CFDictionaryRef user_info, - OSStatus status, - uint32_t infoFlags, - CVImageBufferRef image_buffer) +static void vda_decoder_callback(void *vda_hw_ctx, + CFDictionaryRef user_info, + OSStatus status, + uint32_t infoFlags, + CVImageBufferRef image_buffer) { struct vda_context *vda_ctx = vda_hw_ctx; -- cgit v1.2.1