mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-13 19:05:37 +00:00
lavc: Drop deprecated way of setting audio delay on encode
Deprecated in 08/2014.
This commit is contained in:
parent
5182a28b5d
commit
48bb0da050
3 changed files with 0 additions and 12 deletions
|
|
@ -194,10 +194,6 @@ int attribute_align_arg avcodec_encode_audio2(AVCodecContext *avctx,
|
|||
end:
|
||||
av_frame_free(&padded_frame);
|
||||
|
||||
#if FF_API_AUDIOENC_DELAY
|
||||
avctx->delay = avctx->initial_padding;
|
||||
#endif
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue