Changeset df531b0e in ffmpeg

Timestamp:
Jun 29, 2012, 12:54:15 PM (12 years ago)
Author:
Michael Niedermayer <michaelni@gmx.at>
Branches:
master
Children:
3cd4f9f
Parents:
6851130f
git-author:
Martin Sliwka <martin.sliwka@gmail.com> (06/28/12 17:31:04)
git-committer:
Michael Niedermayer <michaelni@gmx.at> (06/29/12 12:54:15)
Message:

avformat: disable seeking on FIFOs/named pipes

Patch is addition to my previous patch
(https://lists.ffmpeg.org/pipermail/ffmpeg-cvslog/2012-June/051590.html)
and disables seeking on FIFOs/named pipes by setting
URLContext::is_streamed (same as pipe: protocol does for stdin/stdout pipes)

Fixes Ticket986

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

(No files)

Note: See TracChangeset for help on using the changeset viewer.