diff --git a/ffmpeg.c b/ffmpeg.c index bd98bab3a1..7fdf57b3d5 100644 --- a/ffmpeg.c +++ b/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;