[FFmpeg-devel] lavf/matroska*: add support for signed integers

Paul B Mahol onemda at gmail.com
Fri Nov 15 12:07:33 CET 2013


On 11/14/13, Michael Niedermayer <michaelni at gmx.at> wrote:
> On Thu, Nov 14, 2013 at 12:58:05PM +0100, Jan Gerber wrote:
>> ---
>>  libavformat/matroskadec.c | 31 +++++++++++++++++++++++++++++++
>>  libavformat/matroskaenc.c | 21 +++++++++++++++++++++
>>  2 files changed, 52 insertions(+)
>>
>>
>
>>  matroskadec.c |   31 +++++++++++++++++++++++++++++++
>>  matroskaenc.c |   21 +++++++++++++++++++++
>>  2 files changed, 52 insertions(+)
>> f892cbde186622b325d98822946410b91e8b354f
>> 0001-lavf-matroska-add-support-for-signed-integers.patch
>> diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c
>> index f770d67..78580fc 100644
>> --- a/libavformat/matroskadec.c
>> +++ b/libavformat/matroskadec.c
>> @@ -55,6 +55,7 @@
>>  typedef enum {
>>      EBML_NONE,
>>      EBML_UINT,
>> +    EBML_SINT,
>>      EBML_FLOAT,
>>      EBML_STR,
>>      EBML_UTF8,
>

How is this supposed to work?


More information about the ffmpeg-devel mailing list