avformat/riffenc: Fix outdated comment
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
50c25d1f0a
commit
edc235e076
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ int ff_put_wav_header(AVFormatContext *s, AVIOContext *pb,
|
||||||
}
|
}
|
||||||
|
|
||||||
/* We use the known constant frame size for the codec if known, otherwise
|
/* We use the known constant frame size for the codec if known, otherwise
|
||||||
* fall back on using AVCodecContext.frame_size, which is not as reliable
|
* fall back on using AVCodecParameters.frame_size, which is not as reliable
|
||||||
* for indicating packet duration. */
|
* for indicating packet duration. */
|
||||||
frame_size = av_get_audio_frame_duration2(par, par->block_align);
|
frame_size = av_get_audio_frame_duration2(par, par->block_align);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue