[SCM] libav/experimental: cosmetics: reindent after last commit

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:35:44 UTC 2013


The following commit has been merged in the experimental branch:
commit 7d2b199b8db65851b8a99c81bc5c4ed4be1fe3df
Author: Kostya Shishkov <kostya.shishkov at gmail.com>
Date:   Wed Jan 21 13:25:14 2009 +0000

    cosmetics: reindent after last commit
    
    Originally committed as revision 16709 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/sierravmd.c b/libavformat/sierravmd.c
index 82a7fea..76ded3d 100644
--- a/libavformat/sierravmd.c
+++ b/libavformat/sierravmd.c
@@ -193,13 +193,13 @@ static int vmd_read_header(AVFormatContext *s,
             case 1: /* Audio Chunk */
                 if (!st) break;
                 /* first audio chunk contains several audio buffers */
-                    vmd->frame_table[total_frames].frame_offset = current_offset;
-                    vmd->frame_table[total_frames].stream_index = vmd->audio_stream_index;
-                    vmd->frame_table[total_frames].frame_size = size;
-                    memcpy(vmd->frame_table[total_frames].frame_record, chunk, BYTES_PER_FRAME_RECORD);
-                    vmd->frame_table[total_frames].pts = current_audio_pts;
-                    total_frames++;
-                    current_audio_pts += pts_inc;
+                vmd->frame_table[total_frames].frame_offset = current_offset;
+                vmd->frame_table[total_frames].stream_index = vmd->audio_stream_index;
+                vmd->frame_table[total_frames].frame_size = size;
+                memcpy(vmd->frame_table[total_frames].frame_record, chunk, BYTES_PER_FRAME_RECORD);
+                vmd->frame_table[total_frames].pts = current_audio_pts;
+                total_frames++;
+                current_audio_pts += pts_inc;
                 break;
             case 2: /* Video Chunk */
                 vmd->frame_table[total_frames].frame_offset = current_offset;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list