]> git.sesse.net Git - ffmpeg/commit
avformat/aiffenc: Remove always-false check
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Sat, 10 Apr 2021 00:01:41 +0000 (02:01 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Sun, 18 Apr 2021 00:21:19 +0000 (02:21 +0200)
commita4869bf029fdb49a9cb6643d37a4cb081d6d443c
treea57fd3166822d36a9c6c76369fc242c59b916834
parentb0afa10c8cf590907a93f1a6a9c49e73d78c3649
avformat/aiffenc: Remove always-false check

write_header() already checks that there are only video tracks besides
the one audio track.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
libavformat/aiffenc.c