diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-05-02 11:26:55 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-05-02 11:26:55 +0200 |
| commit | 273c331ee8c5964c8036afad1e4965f3d7732808 (patch) | |
| tree | 33ac8a039b72b4de555a2b0efbc88b92ef0809d9 /hacks | |
| parent | 694a5f0655ca8a11e5dd920aa6bd25bcad851a46 (diff) | |
Add new line to pixfmts.c
Diffstat (limited to 'hacks')
| -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 3196401ae..d7dd8730d 100644 --- a/hacks/pixfmts.c +++ b/hacks/pixfmts.c @@ -23,6 +23,7 @@ int main() SHOW(AV_PIX_FMT_YUV420P10BE); SHOW(AV_PIX_FMT_YUV420P10LE); SHOW(AV_PIX_FMT_YUV422P10BE); + SHOW(AV_PIX_FMT_YUV422P10LE); SHOW(AV_PIX_FMT_YUV444P10LE); SHOW(AV_PIX_FMT_YUV422P9LE); SHOW(AV_PIX_FMT_GBRP); |
