diff options
author | Mike Melanson <mike@multimedia.cx> | 2012-01-07 09:29:30 -0800 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2012-01-07 11:04:46 -0800 |
commit | c262404d9886f1d2a85f57dbb6eaac4579a8147a (patch) | |
tree | 2207e31de99bf4e470c4306d0ef09f603cc5d282 /tests/fate/h264.mak | |
parent | cf1a259ad6eb7ad80fce1f2c2b86fda846e401c2 (diff) | |
download | ffmpeg-c262404d9886f1d2a85f57dbb6eaac4579a8147a.tar.gz |
Change the recent h264_mp4toannexb bitstream filter test to output to an elementary stream rather than a program stream.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'tests/fate/h264.mak')
-rw-r--r-- | tests/fate/h264.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/h264.mak b/tests/fate/h264.mak index 7c999fe54e..e33ffa58f2 100644 --- a/tests/fate/h264.mak +++ b/tests/fate/h264.mak @@ -356,4 +356,4 @@ fate-h264-conformance-sva_nl2_e: CMD = framecrc -vsync 0 -i $(SAMPLES)/h264-conf fate-h264-interlace-crop: CMD = framecrc -vsync 0 -i $(SAMPLES)/h264/interlaced_crop.mp4 -vframes 3 fate-h264-lossless: CMD = framecrc -vsync 0 -i $(SAMPLES)/h264/lossless.h264 fate-h264-extreme-plane-pred: CMD = framemd5 -vsync 0 -i $(SAMPLES)/h264/extreme-plane-pred.h264 -fate-h264-bsf-mp4toannexb: CMD = md5 -i $(SAMPLES)/h264/interlaced_crop.mp4 -vcodec copy -bsf h264_mp4toannexb -f mpeg +fate-h264-bsf-mp4toannexb: CMD = md5 -i $(SAMPLES)/h264/interlaced_crop.mp4 -vcodec copy -bsf h264_mp4toannexb -f h264 |