Revision c46eeae2 libavcodec/utils.c
libavcodec/utils.c | ||
---|---|---|
1200 | 1200 |
return 0; |
1201 | 1201 |
} |
1202 | 1202 |
|
1203 |
int ff_match_2uint16(const uint16_t (*tab)[2], int size, int a, int b){ |
|
1204 |
int i; |
|
1205 |
for(i=0; i<size && !(tab[i][0]==a && tab[i][1]==b); i++); |
|
1206 |
return i; |
|
1207 |
} |
|
1208 |
|
|
1203 | 1209 |
void av_log_missing_feature(void *avc, const char *feature, int want_sample) |
1204 | 1210 |
{ |
1205 | 1211 |
av_log(avc, AV_LOG_WARNING, "%s not implemented. Update your FFmpeg " |
Also available in: Unified diff