diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-05-26 01:23:04 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-06-04 00:07:24 +0200 |
commit | e10eac910a2df9a2a37f13a1a0876698b240f334 (patch) | |
tree | f86d7e36b0839ef6ddea3c2b01b489865c041a4a /libavcodec/Makefile | |
parent | f3fea5bab1e165ea5076b27335feb60d77cdae01 (diff) | |
download | ffmpeg-e10eac910a2df9a2a37f13a1a0876698b240f334.tar.gz |
lavc/raw: add test utility for listing fourcc/pix_fmt map
The test program is useful for checking which raw formats are currently
identified by a codec tag.
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index da22704ca8..add73bb780 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -783,6 +783,7 @@ TESTPROGS = cabac \ golomb \ iirfilter \ rangecoder \ + raw \ snowenc \ TESTPROGS-$(HAVE_MMX) += motion |