aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2024-04-04 13:27:52 +0300
committerMartin Storsjö <martin@martin.st>2024-04-10 10:42:02 +0300
commite4e3d25d41ec757639bedc4fe7c05775dd5b0b32 (patch)
tree98c71a5c07a869168270372b2c513f8eabe0e525 /libavformat
parent8339a45400458ab91f973ef671cbf99e38284e7e (diff)
downloadffmpeg-e4e3d25d41ec757639bedc4fe7c05775dd5b0b32.tar.gz
movenc: Remove a leftover commented out line
This line originates from 6f69f7a8bf6a0d013985578df2ef42ee6b1c7994. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/movenc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index 15b65dcf96..f382c4fdf3 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -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;