[FFmpeg-devel] [PATCH 3/4] Remove unneeded emms_c
David Conrad
lessen42
Tue Feb 9 23:17:42 CET 2010
On Feb 9, 2010, at 5:00 PM, Michael Niedermayer wrote:
> On Tue, Feb 09, 2010 at 02:57:16PM -0500, David Conrad wrote:
>> From: David Conrad <davedc at Kozue.local>
>>
>> ---
>> libavcodec/vp3.c | 2 --
>> 1 files changed, 0 insertions(+), 2 deletions(-)
>>
>> diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c
>> index 42c3061..fedc8e9 100644
>> --- a/libavcodec/vp3.c
>> +++ b/libavcodec/vp3.c
>> @@ -1558,8 +1558,6 @@ static void render_slice(Vp3DecodeContext *s, int slice)
>> * else if (slice > 0)
>> * dispatch (slice - 1);
>> */
>> -
>> - emms_c();
>
> why does vp3.c not use draw_horiz_band() ?
Currently, the loop filter is done on a frame basis rather than row basis, I'll send a patch to change that shortly.
Though I didn't realize the emms was needed for that; patch dropped
More information about the ffmpeg-devel
mailing list