X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/demo.git/blobdiff_plain/27ef4f6a7d40637ee109ebfb7b90328fa93c969d..d29b3380f7c2af635b74664e03fd7f85893b7455:/src/recorder/ffmpeg.c diff --git a/src/recorder/ffmpeg.c b/src/recorder/ffmpeg.c index 27b5bc0..10a1897 100644 --- a/src/recorder/ffmpeg.c +++ b/src/recorder/ffmpeg.c @@ -65,6 +65,8 @@ #ifdef CONFIG_FFMPEG_WITH_FRSH #include +extern frsh_vres_id_t last_rtp_vres; +extern frsh_contract_t last_rtp_contract; #endif #include "cmdutils.h" @@ -74,10 +76,6 @@ #undef exit -extern frsh_vres_id_t last_rtp_vres; -extern frsh_contract_t last_rtp_contract; - - const char program_name[] = "FFmpeg"; const int program_birth_year = 2000;