mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-17 13:20:01 +01:00
fix many compile warnings
This commit is contained in:
@@ -678,7 +678,6 @@ int lav_write_frame(lav_file_t *lav_file, uint8_t *buff, long size, long count)
|
||||
|
||||
int lav_write_audio(lav_file_t *lav_file, uint8_t *buff, long samps)
|
||||
{
|
||||
int res;
|
||||
#ifdef HAVE_LIBQUICKTIME
|
||||
int i, j;
|
||||
int16_t *qt_audio = (int16_t *)buff, **qt_audion;
|
||||
|
||||
Reference in New Issue
Block a user