diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2012-03-25 11:58:55 +0200 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2012-04-04 20:39:33 +0200 |
commit | a45605a1ba3126c4d8314886d90326a7ffe746ff (patch) | |
tree | b8c44dfb6aad79b9bc2bb249f3b7a605a74ef642 /tests/fate/demux.mak | |
parent | fde63146d264f8de86b5cca442eaeed3d59a6681 (diff) | |
download | ffmpeg-a45605a1ba3126c4d8314886d90326a7ffe746ff.tar.gz |
Add AVIO_FLAG_DIRECT.
Allows avoiding the buffer when using avio read, write and seek functions.
When using the ffmpeg executable -avioflags direct can be used to enable
this mode for input files, but has no effect on output files.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'tests/fate/demux.mak')
-rw-r--r-- | tests/fate/demux.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/demux.mak b/tests/fate/demux.mak index 5e5c8e14fc..5d3ad4491a 100644 --- a/tests/fate/demux.mak +++ b/tests/fate/demux.mak @@ -1,3 +1,6 @@ +FATE_DEMUX += fate-avio-direct +fate-avio-direct: CMD = framecrc -avioflags direct -i $(SAMPLES)/fraps/fraps-v5-bouncing-balls-partial.avi -avioflags direct + FATE_DEMUX += fate-adts-demux fate-adts-demux: CMD = crc -i $(SAMPLES)/aac/ct_faac-adts.aac -acodec copy |