1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-10 09:31:06 +02:00

Reindent.

Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
This commit is contained in:
Ronald S. Bultje 2011-01-22 14:42:57 +00:00 committed by Janne Grunau
parent 9107892624
commit fcb7e535dd

View File

@ -638,10 +638,10 @@ static void free_tables(H264Context *h, int free_rbsp){
av_freep(&hx->top_borders[0]); av_freep(&hx->top_borders[0]);
av_freep(&hx->s.obmc_scratchpad); av_freep(&hx->s.obmc_scratchpad);
if (free_rbsp){ if (free_rbsp){
av_freep(&hx->rbsp_buffer[1]); av_freep(&hx->rbsp_buffer[1]);
av_freep(&hx->rbsp_buffer[0]); av_freep(&hx->rbsp_buffer[0]);
hx->rbsp_buffer_size[0] = 0; hx->rbsp_buffer_size[0] = 0;
hx->rbsp_buffer_size[1] = 0; hx->rbsp_buffer_size[1] = 0;
} }
if (i) av_freep(&h->thread_context[i]); if (i) av_freep(&h->thread_context[i]);
} }