mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
movenc: Remove a leftover commented out line
This line originates from 6f69f7a8bf
.
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
8339a45400
commit
e4e3d25d41
@ -1175,8 +1175,6 @@ static int get_samples_per_packet(MOVTrack *track)
|
||||
{
|
||||
int i, first_duration;
|
||||
|
||||
// return track->par->frame_size;
|
||||
|
||||
/* use 1 for raw PCM */
|
||||
if (!track->audio_vbr)
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user