You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
update av_log_missing_feature() to git
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
This commit is contained in:
@@ -1158,7 +1158,7 @@ int ff_match_2uint16(const uint16_t (*tab)[2], int size, int a, int b){
|
|||||||
void av_log_missing_feature(void *avc, const char *feature, int want_sample)
|
void av_log_missing_feature(void *avc, const char *feature, int want_sample)
|
||||||
{
|
{
|
||||||
av_log(avc, AV_LOG_WARNING, "%s not implemented. Update your FFmpeg "
|
av_log(avc, AV_LOG_WARNING, "%s not implemented. Update your FFmpeg "
|
||||||
"version to the newest one from SVN. If the problem still "
|
"version to the newest one from Git. If the problem still "
|
||||||
"occurs, it means that your file has a feature which has not "
|
"occurs, it means that your file has a feature which has not "
|
||||||
"been implemented.", feature);
|
"been implemented.", feature);
|
||||||
if(want_sample)
|
if(want_sample)
|
||||||
|
Reference in New Issue
Block a user