Revision db323491
libavcodec/utils.c | ||
---|---|---|
1158 | 1158 |
void av_log_missing_feature(void *avc, const char *feature, int want_sample) |
1159 | 1159 |
{ |
1160 | 1160 |
av_log(avc, AV_LOG_WARNING, "%s not implemented. Update your FFmpeg " |
1161 |
"version to the newest one from SVN. If the problem still "
|
|
1161 |
"version to the newest one from Git. If the problem still "
|
|
1162 | 1162 |
"occurs, it means that your file has a feature which has not " |
1163 | 1163 |
"been implemented.", feature); |
1164 | 1164 |
if(want_sample) |
Also available in: Unified diff