You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avdevice/pulse_audio_dec: remove double ;;
This commit is contained in:
@@ -58,7 +58,7 @@ typedef struct PulseData {
|
||||
rerror = AVERROR_EXTERNAL; \
|
||||
goto label; \
|
||||
} \
|
||||
} while(0);
|
||||
} while (0)
|
||||
|
||||
#define CHECK_DEAD_GOTO(p, rerror, label) \
|
||||
do { \
|
||||
@@ -67,7 +67,7 @@ typedef struct PulseData {
|
||||
rerror = AVERROR_EXTERNAL; \
|
||||
goto label; \
|
||||
} \
|
||||
} while(0);
|
||||
} while (0)
|
||||
|
||||
static void context_state_cb(pa_context *c, void *userdata) {
|
||||
PulseData *p = userdata;
|
||||
|
Reference in New Issue
Block a user