[FFmpeg-devel] [PATCH 1/2] h264: make it possible to compile without error_resilience.

Ronald S. Bultje rsbultje at gmail.com
Sun Mar 3 04:50:51 CET 2013


Hi,

On Sat, Mar 2, 2013 at 6:59 PM, Michael Niedermayer <michaelni at gmx.at> wrote:
> On Sat, Mar 02, 2013 at 04:57:26PM -0800, Ronald S. Bultje wrote:
> [...]
>> @@ -1270,6 +1270,7 @@ static int context_init(H264Context *h)
>>      h->ref_cache[1][scan8[7]  + 1] =
>>      h->ref_cache[1][scan8[13] + 1] = PART_NOT_AVAILABLE;
>>
>> +    if (CONFIG_ERROR_RESILIENCE) {
>
> i suspect this will need a change in mplayer again

I don't need to do anything for that right?

Ronald


More information about the ffmpeg-devel mailing list