You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-29 05:57:37 +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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user