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 | |
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>
-rw-r--r-- | tests/fate/h264.mak | 2 | ||||
-rw-r--r-- | tests/ref/fate/h264-bsf-mp4toannexb | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/tests/ref/fate/h264-bsf-mp4toannexb b/tests/ref/fate/h264-bsf-mp4toannexb index 6395f2437a..2049f39701 100644 --- a/tests/ref/fate/h264-bsf-mp4toannexb +++ b/tests/ref/fate/h264-bsf-mp4toannexb @@ -1 +1 @@ -503d34ff458a86387ab349c31726f19a +5f04c27cc6ee8625fe2405fb0f7da9a3 |