git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d028bf
)
avdevice/pulse_audio_dec: remove double ;;
author
Clément Bœsch
<u@pkh.me>
Sat, 17 Jan 2015 23:35:04 +0000
(
00:35
+0100)
committer
Clément Bœsch
<u@pkh.me>
Sat, 17 Jan 2015 23:35:04 +0000
(
00:35
+0100)
libavdevice/pulse_audio_dec.c
patch
|
blob
|
history
diff --git
a/libavdevice/pulse_audio_dec.c
b/libavdevice/pulse_audio_dec.c
index
316cc4a
..
3cd0087
100644
(file)
--- a/
libavdevice/pulse_audio_dec.c
+++ b/
libavdevice/pulse_audio_dec.c
@@
-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;