On 7/14/2017 11:30 AM, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol
> ---
> libavcodec/Makefile | 1 +
> libavcodec/allcodecs.c | 2 +-
> libavcodec/magicyuvenc.c | 482
> +++
> 3 files changed, 484 insertions(+), 1 deletion(-)
> creat
On 14.07.2017, at 16:30, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol
Probably not making myself popular with that request, but maybe you
could do a pass over the code and add comments for things that might
be useful for people to know?
If you need concrete examples I am thinking of qsort
Signed-off-by: Paul B Mahol
---
libavcodec/Makefile | 1 +
libavcodec/allcodecs.c | 2 +-
libavcodec/magicyuvenc.c | 482 +++
3 files changed, 484 insertions(+), 1 deletion(-)
create mode 100644 libavcodec/magicyuvenc.c
diff --git a/libavco