diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-12-18 23:32:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-12-23 12:59:56 +0100 |
| commit | 799639bdd01ec79f517d3196551a98973a619880 (patch) | |
| tree | c1298d6f6ed0df9a5a46c0fcc2951fc65de88beb | |
| parent | 9b169d0feb2ecb3d8e833f5171093eca27cb9923 (diff) | |
Add new format to pixfmts.c
| -rw-r--r-- | hacks/pixfmts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hacks/pixfmts.c b/hacks/pixfmts.c index d7dd8730d..219cfe3ff 100644 --- a/hacks/pixfmts.c +++ b/hacks/pixfmts.c @@ -7,6 +7,7 @@ int main() SHOW(AV_PIX_FMT_YUV420P); SHOW(AV_PIX_FMT_RGB24); SHOW(AV_PIX_FMT_GRAY8); + SHOW(AV_PIX_FMT_YUVJ420P); SHOW(AV_PIX_FMT_ARGB); SHOW(AV_PIX_FMT_RGBA); SHOW(AV_PIX_FMT_ABGR); |
