Author | SHA1 | Message | Date |
---|---|---|---|
|
948f3c19a8 |
lavc: Make AVPacket.duration int64, and deprecate convergence_duration
Note that convergence_duration had another meaning, one which was in practice never used. The only real use for it was a 64 bit replacement for the duration field. It's better just to make duration 64 bits, and to get rid of it. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> |
9 years ago |
|
d7f9786cbc |
audio_frame_queue: Clean up ff_af_queue_log_state debug function
The function is debug-only, so only compile it in debug mode. Make it static as it has no uses outside of the file. Change av_log() to av_dlog(). |
12 years ago |
|
4bf64961a9 |
avcodec: add code for a frame queue for use by audio encoders with delay
This simplifies matching of timestamps between input frames and output packets. |
13 years ago |