Changeset 30266038 in ffmpeg

Timestamp:
Dec 2, 2011, 9:52:47 AM (13 years ago)
Author:
Martin Storsjö <martin@martin.st>
Branches:
master
Children:
73f027c1
Parents:
d0fd6fc2
git-author:
Martin Storsjö <martin@martin.st> (12/02/11 09:06:18)
git-committer:
Martin Storsjö <martin@martin.st> (12/02/11 09:52:47)
Message:

rtsp: Initialize the media_type_mask in the rtp guessing demuxer

The media_type_mask is initialized via AVOptions for the
rtsp and sdp demuxers, but it isn't available as an option
for the rtp guessing demuxer (since it doesn't really make
sense there). Therefore, it must be manually initialized
instead, since a zero value means no media types at all
are accepted.

Signed-off-by: Martin Storsjö <martin@martin.st>

(No files)

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