On 2013-06-23 7:44 PM, Luca Barbato wrote:
>> +    /* Stash the first pixel */
>> +    *top_left = dst[-2 * ctx->avctx->width];
> 
> Wouldn't be simpler referring to outbuf ?

Yea, but the existing code uses this idiom too. I could change this
after it goes in, though.

>> +    block = get_bits(gb, 8);
>> +    if (block) {
>> +        av_log(ctx->avctx, AV_LOG_ERROR,
>> +               "Blocked YUV support is not implemented.");
> 
> Use avpriv_request_sample or avpriv_report_missing_feature.

Changed locally to request a sample.

- Derek
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to