Revision c60112f2 libavformat/gopher.c
libavformat/gopher.c | ||
---|---|---|
50 | 50 |
if (!path) return AVERROR(EINVAL); |
51 | 51 |
break; |
52 | 52 |
default: |
53 |
av_log(NULL, AV_LOG_WARNING,
|
|
53 |
av_log(h, AV_LOG_WARNING,
|
|
54 | 54 |
"Gopher protocol type '%c' not supported yet!\n", |
55 | 55 |
*path); |
56 | 56 |
return AVERROR(EINVAL); |
Also available in: Unified diff