summaryrefslogtreecommitdiff
path: root/libavformat/astenc.c
Commit message (Collapse)AuthorAgeFilesLines
* astenc: Enable the loop flag only when neededJames Almer2013-01-051-12/+24
| | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* astenc: Remove two AVRationals with denominator 1James Almer2012-12-201-1/+1
| | | | | | | | They are completely superfluous when using av_rescale_q_rnd(). Call av_rescale_rnd() using what used to be the numerators instead. Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* astenc: fix assignment vs compareMichael Niedermayer2012-12-111-1/+1
| | | | | Fixes CID747736 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* AST MuxerJames Almer2012-12-041-0/+202
Signed-off-by: James Almer <jamrial@gmail.com>