[FFmpeg-devel] [PATCH] avformat/tta: only check for header and seek table crc if requested
James Almer
jamrial at gmail.com
Fri Feb 6 03:27:29 CET 2015
On 05/02/15 5:38 PM, Michael Niedermayer wrote:
> On Thu, Feb 05, 2015 at 02:25:27PM -0300, James Almer wrote:
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>> libavformat/tta.c | 34 ++++++++++++++++++++++------------
>> 1 file changed, 22 insertions(+), 12 deletions(-)
>
> can probably be simplified by always calculatig the crc and only
> making the final check conditional
> but either way should be ok
>
> thanks
Simplified and pushed.
More information about the ffmpeg-devel
mailing list