mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 10:10:57 +00:00
(record_ffmpeg.c) Style nits
This commit is contained in:
parent
7f946eb972
commit
78d0a87004
@ -14,7 +14,6 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <compat/msvc.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../../config.h"
|
||||
@ -30,12 +29,6 @@
|
||||
#include <time.h>
|
||||
#endif
|
||||
|
||||
#include <boolean.h>
|
||||
#include <queues/fifo_buffer.h>
|
||||
#include <rthreads/rthreads.h>
|
||||
#include <gfx/scaler/scaler.h>
|
||||
#include <file/config_file.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
@ -58,6 +51,14 @@ extern "C" {
|
||||
}
|
||||
#endif
|
||||
|
||||
#include <compat/msvc.h>
|
||||
|
||||
#include <boolean.h>
|
||||
#include <queues/fifo_buffer.h>
|
||||
#include <rthreads/rthreads.h>
|
||||
#include <gfx/scaler/scaler.h>
|
||||
#include <file/config_file.h>
|
||||
|
||||
#include "../../general.h"
|
||||
#include "../../audio/audio_utils.h"
|
||||
#include "../record_driver.h"
|
||||
@ -1428,4 +1429,3 @@ const record_driver_t ffemu_ffmpeg = {
|
||||
ffmpeg_finalize,
|
||||
"ffmpeg",
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user