Author: gkovacs Date: Sat Aug 1 03:16:18 2009 New Revision: 4873 Log: aesthetic fix to break long line
Modified: concat/libavformat/concatgen.h Modified: concat/libavformat/concatgen.h ============================================================================== --- concat/libavformat/concatgen.h Sat Aug 1 03:13:41 2009 (r4872) +++ concat/libavformat/concatgen.h Sat Aug 1 03:16:18 2009 (r4873) @@ -28,7 +28,10 @@ int ff_concatgen_read_packet(AVFormatCon int ff_concatgen_read_seek(AVFormatContext *s, int stream_index, int64_t pts, int flags); -int64_t ff_concatgen_read_timestamp(AVFormatContext *s, int stream_index, int64_t *pos, int64_t pos_limit); +int64_t ff_concatgen_read_timestamp(AVFormatContext *s, + int stream_index, + int64_t *pos, + int64_t pos_limit); int ff_concatgen_read_close(AVFormatContext *s); _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
