[FFmpeg-cvslog] ffv1: indent

Michael Niedermayer git at videolan.org
Wed Apr 25 18:23:55 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Apr 25 17:51:17 2012 +0200| [68a9194bb6ae638f51832c460c15b74f2c357ea9] | committer: Michael Niedermayer

ffv1: indent

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavcodec/ffv1.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/libavcodec/ffv1.c b/libavcodec/ffv1.c
index c906ca6..e03778e 100644
--- a/libavcodec/ffv1.c
+++ b/libavcodec/ffv1.c
@@ -1917,11 +1917,11 @@ static int read_header(FFV1Context *f){
             }
 
             if(f->version <= 2){
-            if(p->context_count < context_count){
-                av_freep(&p->state);
-                av_freep(&p->vlc_state);
-            }
-            p->context_count= context_count;
+                if(p->context_count < context_count){
+                    av_freep(&p->state);
+                    av_freep(&p->vlc_state);
+                }
+                p->context_count= context_count;
             }
         }
     }



More information about the ffmpeg-cvslog mailing list