Browse code

Cosmetics: remove empty comments.

Originally committed as revision 16124 to svn://svn.ffmpeg.org/ffmpeg/trunk

Stefano Sabatini authored on 2008/12/15 00:02:27
Showing 1 changed files
... ...
@@ -191,7 +191,7 @@ static int video_sync_method= -1;
191 191
 static int audio_sync_method= 0;
192 192
 static float audio_drift_threshold= 0.1;
193 193
 static int copy_ts= 0;
194
-static int opt_shortest = 0; //
194
+static int opt_shortest = 0;
195 195
 static int video_global_header = 0;
196 196
 static char *vstats_filename;
197 197
 static FILE *vstats_file;
... ...
@@ -216,7 +216,7 @@ static int64_t extra_size = 0;
216 216
 static int nb_frames_dup = 0;
217 217
 static int nb_frames_drop = 0;
218 218
 static int input_sync;
219
-static uint64_t limit_filesize = 0; //
219
+static uint64_t limit_filesize = 0;
220 220
 static int force_fps = 0;
221 221
 
222 222
 static int pgmyuv_compatibility_hack=0;