[FFmpeg-cvslog] Reindent.
Ronald S. Bultje
git
Sun Jan 23 21:01:55 CET 2011
ffmpeg | branch: master | Ronald S. Bultje <rsbultje at gmail.com> | Sat Jan 22 14:42:57 2011 +0000| [fb397b1a193f15b5c104fc14caf49ded50ccf354] | committer: Michael Niedermayer
Reindent.
Signed-off-by: Janne Grunau <janne-ffmpeg at jannau.net>
(cherry picked from commit fcb7e535dd9ad142c079af62af9c1d0f4b001057)
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fb397b1a193f15b5c104fc14caf49ded50ccf354
---
libavcodec/h264.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 1990d5d..d56c293 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -638,10 +638,10 @@ static void free_tables(H264Context *h, int free_rbsp){
av_freep(&hx->top_borders[0]);
av_freep(&hx->s.obmc_scratchpad);
if (free_rbsp){
- av_freep(&hx->rbsp_buffer[1]);
- av_freep(&hx->rbsp_buffer[0]);
- hx->rbsp_buffer_size[0] = 0;
- hx->rbsp_buffer_size[1] = 0;
+ av_freep(&hx->rbsp_buffer[1]);
+ av_freep(&hx->rbsp_buffer[0]);
+ hx->rbsp_buffer_size[0] = 0;
+ hx->rbsp_buffer_size[1] = 0;
}
if (i) av_freep(&h->thread_context[i]);
}
More information about the ffmpeg-cvslog
mailing list