Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 688084 | Differences between
and this patch

Collapse All | Expand All

(-)a/mythtv/libs/libmythtv/avformatdecoder.cpp (-1 / +1 lines)
Lines 207-213 Link Here
207
207
208
#define FAIL(errmsg) do {                                     \
208
#define FAIL(errmsg) do {                                     \
209
    LOG(VB_PLAYBACK, LOG_DEBUG, LOC + (errmsg));              \
209
    LOG(VB_PLAYBACK, LOG_DEBUG, LOC + (errmsg));              \
210
    return 0;                                                 \
210
    return 1;                                                 \
211
} while (0)
211
} while (0)
212
212
213
    switch (st->codecpar->codec_type)
213
    switch (st->codecpar->codec_type)

Return to bug 688084