Change #266109
| Category | ffmpeg |
| Changed by | zhanghongyuan <zhanghongyuan@uniontech.com> |
| Changed at | Sat 02 May 2026 01:37:55 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 7e5eb2b65ce5e1b16a8b2bb406ed947c094214dd |
Comments
fftools/opt_common: Use enum for encoder/decoder selection Replace magic numbers (0 and 1) with SHOW_DECODER and SHOW_ENCODER enum values throughout the opt_common.c file.
Changed files
- fftools/opt_common.c