Browse Source

Doxy consistency cosmetics

Originally committed as revision 25176 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer 14 years ago
parent
commit
3f07e8dbee
1 changed files with 3 additions and 1 deletions
  1. 3 1
      ffmpeg.c

+ 3 - 1
ffmpeg.c

@@ -93,7 +93,9 @@ typedef struct AVStreamMap {
     int sync_stream_index;
 } AVStreamMap;
 
-/** select an input file for an output file */
+/**
+ * select an input file for an output file
+ */
 typedef struct AVMetaDataMap {
     int out_file;
     int in_file;