]> git.sesse.net Git - ffmpeg/commit
avformat/mp3dec: perform seek resync in the correct direction
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 25 Oct 2013 17:35:55 +0000 (19:35 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 25 Oct 2013 17:37:03 +0000 (19:37 +0200)
commitba8716df7fb541fb690d1a898cda0e12f9011faf
tree1baa1430d871c4f01685e9d357574c985e1de0b2
parentd04ec6ffc51c525c5af5bbfa45cae2ac0130f75c
avformat/mp3dec: perform seek resync in the correct direction

Fixes seeking to the last frame in CBR files
Fixes Ticket2773

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/mp3dec.c