[utils] Add more codecs to codec2ext
[youtube-dl] / youtube_dl / utils.py
index dc0bf5627a5d149da4790b1f2d938649ed7924f9..0e04e91a4202397b4a3a1c768f49827ac3a1a542 100644 (file)
@@ -1900,6 +1900,9 @@ def codec2ext(codec):
     # is not a good fallback for file extensions
     return {
         'avc1': 'mp4',
+        'avc2': 'mp4',
+        'avc3': 'mp4',
+        'avc4': 'mp4',
         'mp4a': 'm4a',
         'vorbis': 'webm',
         'vp9': 'webm',