[FFmpeg-cvslog] ffprobe: add pixel format flags output
Alexander Strasser
eclipse7 at gmx.net
Fri Oct 10 11:31:18 CEST 2014
On 2014-10-10 10:25 +0200, Alexander Strasser wrote:
[...]
> I think it's no big deal and easy to change in this case:
Oops, I forgot to pseudo-diff the second change in my original mail :(
-#define PRINT_PIX_FMT_FLAG(flagname, name) \
+#define PRINT_PIX_FMT_FLAG(flag, name) \
do { \
- print_int(name, !!(pixdesc->flags & AV_PIX_FMT_FLAG_##flagname)); \
+ print_int(name, !!(pixdesc->flags & (flag))); \
} while (0)
[...]
Sorry,
Alexander
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-cvslog/attachments/20141010/31e380bd/attachment.asc>
More information about the ffmpeg-cvslog
mailing list