mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avdevice/pulse_audio_dec: remove double ;;
This commit is contained in:
parent
4d028bf202
commit
fa6c9e54df
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user