[FFmpeg-devel] [PATCH 2/3 v2] avformat/matroskadec: factor the prores packet parsing code out

James Almer jamrial at gmail.com
Sat Apr 7 03:16:30 EEST 2018


On 4/6/2018 8:29 PM, Michael Niedermayer wrote:
> On Thu, Apr 05, 2018 at 12:30:59PM -0300, James Almer wrote:
>> Simplifies code in matroska_parse_frame(). This is in preparation for
>> the following patch.
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>> Not overloading dst this time...
>>
>>  libavformat/matroskadec.c | 50 +++++++++++++++++++++++++++++++++++------------
>>  1 file changed, 38 insertions(+), 12 deletions(-)
> 
> seems to work now
> 
> thx

Pushed, thanks.


More information about the ffmpeg-devel mailing list