Change #265034
| Category | ffmpeg |
| Changed by | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> |
| Changed at | Mon 20 Apr 2026 12:54:31 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 2b8438a495fed569b366b6ba40b611bc6b5d0739 |
Comments
avformat/pdvenc: Remove always-false checks The number of streams is always one (namely one video stream with codec id AV_CODEC_ID_PDV) due to the MAX_ONE_OF_EACH, ONLY_DEFAULT_CODECS flags. Also, the generic code (init_muxer() in mux.c) checks that video streams have proper dimensions set. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Changed files
- libavformat/pdvenc.c