You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
pnmdec: always output native pixel format
This simplifies the code Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -235,8 +235,8 @@ if [ -n "$do_pam" ] ; then
|
||||
do_image_formats pam
|
||||
do_image_formats pam "-pix_fmt rgba"
|
||||
do_image_formats pam "-pix_fmt gray"
|
||||
do_image_formats pam "-pix_fmt gray16be"
|
||||
do_image_formats pam "-pix_fmt rgb48be"
|
||||
do_image_formats pam "-pix_fmt gray16be" "-pix_fmt gray16be"
|
||||
do_image_formats pam "-pix_fmt rgb48be" "-pix_fmt rgb48be"
|
||||
do_image_formats pam "-pix_fmt monob"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user