mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 00:32:31 +00: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; \
|
rerror = AVERROR_EXTERNAL; \
|
||||||
goto label; \
|
goto label; \
|
||||||
} \
|
} \
|
||||||
} while(0);
|
} while (0)
|
||||||
|
|
||||||
#define CHECK_DEAD_GOTO(p, rerror, label) \
|
#define CHECK_DEAD_GOTO(p, rerror, label) \
|
||||||
do { \
|
do { \
|
||||||
@ -67,7 +67,7 @@ typedef struct PulseData {
|
|||||||
rerror = AVERROR_EXTERNAL; \
|
rerror = AVERROR_EXTERNAL; \
|
||||||
goto label; \
|
goto label; \
|
||||||
} \
|
} \
|
||||||
} while(0);
|
} while (0)
|
||||||
|
|
||||||
static void context_state_cb(pa_context *c, void *userdata) {
|
static void context_state_cb(pa_context *c, void *userdata) {
|
||||||
PulseData *p = userdata;
|
PulseData *p = userdata;
|
||||||
|
Loading…
Reference in New Issue
Block a user