On 27/09/13 15:37, Diego Biurrun wrote:
> On Fri, Sep 27, 2013 at 03:26:10PM +0200, Anton Khirnov wrote:
>> ---
>>  libavformat/Makefile     |    1 +
>>  libavformat/allformats.c |    1 +
>>  libavformat/hevcdec.c    |   64 
>> ++++++++++++++++++++++++++++++++++++++++++++++
>>  3 files changed, 66 insertions(+)
>>  create mode 100644 libavformat/hevcdec.c
> 
> Changelog, docs, version bump?
> 
>> --- /dev/null
>> +++ b/libavformat/hevcdec.c
>> @@ -0,0 +1,64 @@
>> +
>> +#include "avformat.h"
>> +#include "rawdec.h"
>> +
>> +#include "libavcodec/hevc.h"
> 
> I think we agreed to order this

My proposal got two +1, nobody put it in the documentation.

If there is agreement we should go forward and spend a weekend cleaning
up everything (and then I'll spend a week rebasing my trees)

lu

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to