summaryrefslogtreecommitdiff
path: root/libavformat/astenc.c
Commit message (Collapse)AuthorAge
* avformat/astenc: avoid using AVCodecContext.frame_numberMichael Niedermayer2014-05-05
| | | | | | Theres no gurantee that the user application has initialized it Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* astenc: Enable the loop flag only when neededJames Almer2013-01-05
| | | | | 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-20
| | | | | | | | 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-11
| | | | | Fixes CID747736 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* AST MuxerJames Almer2012-12-04
Signed-off-by: James Almer <jamrial@gmail.com>