Revision e8a9d018
libavcodec/mjpegdec.c | ||
---|---|---|
964 | 964 |
} |
965 | 965 |
|
966 | 966 |
if(s->avctx->debug & FF_DEBUG_PICT_INFO) |
967 |
av_log(s->avctx, AV_LOG_DEBUG, "%s %s p:%d >>:%d ilv:%d bits:%d %s\n", s->lossless ? "lossless" : "sequencial DCT", s->rgb ? "RGB" : "",
|
|
967 |
av_log(s->avctx, AV_LOG_DEBUG, "%s %s p:%d >>:%d ilv:%d bits:%d %s\n", s->lossless ? "lossless" : "sequential DCT", s->rgb ? "RGB" : "",
|
|
968 | 968 |
predictor, point_transform, ilv, s->bits, |
969 | 969 |
s->pegasus_rct ? "PRCT" : (s->rct ? "RCT" : "")); |
970 | 970 |
|
libavcodec/opt.c | ||
---|---|---|
424 | 424 |
break; |
425 | 425 |
case FF_OPT_TYPE_INT64: |
426 | 426 |
if((double)(opt->default_val+0.6) == opt->default_val) |
427 |
av_log(s, AV_LOG_DEBUG, "loss of precission in default of %s\n", opt->name);
|
|
427 |
av_log(s, AV_LOG_DEBUG, "loss of precision in default of %s\n", opt->name); |
|
428 | 428 |
av_set_int(s, opt->name, opt->default_val); |
429 | 429 |
break; |
430 | 430 |
case FF_OPT_TYPE_FLOAT: { |
libavcodec/options.c | ||
---|---|---|
159 | 159 |
{"very", "strictly conform to a older more strict version of the spec or reference software", 0, FF_OPT_TYPE_CONST, FF_COMPLIANCE_VERY_STRICT, INT_MIN, INT_MAX, V|D|E, "strict"}, |
160 | 160 |
{"strict", "strictly conform to all the things in the spec no matter what consequences", 0, FF_OPT_TYPE_CONST, FF_COMPLIANCE_STRICT, INT_MIN, INT_MAX, V|D|E, "strict"}, |
161 | 161 |
{"normal", NULL, 0, FF_OPT_TYPE_CONST, FF_COMPLIANCE_NORMAL, INT_MIN, INT_MAX, V|D|E, "strict"}, |
162 |
{"inofficial", "allow inofficial extensions", 0, FF_OPT_TYPE_CONST, FF_COMPLIANCE_INOFFICIAL, INT_MIN, INT_MAX, V|D|E, "strict"},
|
|
162 |
{"inofficial", "allow unofficial extensions", 0, FF_OPT_TYPE_CONST, FF_COMPLIANCE_INOFFICIAL, INT_MIN, INT_MAX, V|D|E, "strict"},
|
|
163 | 163 |
{"experimental", "allow non standardized experimental things", 0, FF_OPT_TYPE_CONST, FF_COMPLIANCE_EXPERIMENTAL, INT_MIN, INT_MAX, V|D|E, "strict"}, |
164 | 164 |
{"b_qoffset", "qp offset between P and B frames", OFFSET(b_quant_offset), FF_OPT_TYPE_FLOAT, 1.25, -FLT_MAX, FLT_MAX, V|E}, |
165 | 165 |
{"er", "set error detection aggressivity", OFFSET(error_recognition), FF_OPT_TYPE_INT, FF_ER_CAREFUL, INT_MIN, INT_MAX, A|V|D, "er"}, |
libavformat/id3v1.c | ||
---|---|---|
91 | 91 |
[64] = "Native American", |
92 | 92 |
[65] = "Cabaret", |
93 | 93 |
[66] = "New Wave", |
94 |
[67] = "Psychadelic",
|
|
94 |
[67] = "Psychedelic",
|
|
95 | 95 |
[68] = "Rave", |
96 | 96 |
[69] = "Showtunes", |
97 | 97 |
[70] = "Trailer", |
Also available in: Unified diff