Le quartidi 4 thermidor, an CCXXV, Muhammad Faiz a écrit :
> It fixed the testcase's crash, but didn't fix the bug.

So it is not FIXED.

> It is easy for application:
>    - always use av_frame_get_buffer
>    - never modify audio data pointer.

Even easier: never use libavcodec. Kind of defeating the purpose. The
point of a library is to reduce the amount of code required by
applications. By adding that constraint, you either restrict what the
applications can do with the library or require more code from them.
Both are bad, both should be avoided if possible. And in this particular
case it is possible.

> On the contrary, handling unaligned data/linesize in the library is not easy.

It is very easy, I have already implemented it. The patch is on the
mailing-list since two months ago.

Regards,

-- 
  Nicolas George

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to