]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vda_h264.c
avcodec/h261enc: remove unused variables
[ffmpeg] / libavcodec / vda_h264.c
index c01a21a53310942b5a5a52a524f8bd0d545bcbe1..e0561e2914de3efd7b1ca782c6faecf1955c2520 100644 (file)
@@ -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;