mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
Add a missing comma in tiff_encoder.pix_fmts
Patch by Stefano Sabatini ( stefano sabatini-lala poste it ) Originally committed as revision 12765 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8e255b8bda
commit
0e5d511aeb
@ -455,7 +455,7 @@ AVCodec tiff_encoder = {
|
||||
PIX_FMT_MONOBLACK, PIX_FMT_MONOWHITE,
|
||||
PIX_FMT_YUV420P, PIX_FMT_YUV422P,
|
||||
PIX_FMT_YUV444P, PIX_FMT_YUV410P,
|
||||
PIX_FMT_YUV411P
|
||||
PIX_FMT_YUV411P,
|
||||
-1}
|
||||
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user