[FFmpeg-cvslog] avutil/frame: fix indention after last commit

Michael Niedermayer git at videolan.org
Wed Nov 16 22:26:29 EET 2016


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Wed Nov 16 20:36:57 2016 +0100| [721c90f0f99c0f295b411d8a4f8460098c5ce27e] | committer: Michael Niedermayer

avutil/frame: fix indention after last commit

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=721c90f0f99c0f295b411d8a4f8460098c5ce27e
---

 libavutil/frame.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/libavutil/frame.c b/libavutil/frame.c
index 9050946..c2f5509 100644
--- a/libavutil/frame.c
+++ b/libavutil/frame.c
@@ -350,13 +350,13 @@ FF_ENABLE_DEPRECATION_WARNINGS
                 return AVERROR(ENOMEM);
             }
             if (sd_src->buf) {
-            sd_dst->buf = av_buffer_ref(sd_src->buf);
-            if (!sd_dst->buf) {
-                wipe_side_data(dst);
-                return AVERROR(ENOMEM);
-            }
-            sd_dst->data = sd_dst->buf->data;
-            sd_dst->size = sd_dst->buf->size;
+                sd_dst->buf = av_buffer_ref(sd_src->buf);
+                if (!sd_dst->buf) {
+                    wipe_side_data(dst);
+                    return AVERROR(ENOMEM);
+                }
+                sd_dst->data = sd_dst->buf->data;
+                sd_dst->size = sd_dst->buf->size;
             }
         }
         av_dict_copy(&sd_dst->metadata, sd_src->metadata, 0);



More information about the ffmpeg-cvslog mailing list