Changeset 13e1b6f48378b9cced92b2b9efb814b34824ea98

Show
Ignore:
Timestamp:
11/03/08 09:05:24 (9 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1205222724 +0100
git-parent:

[a1cd7082492c4bba5c359a0bbc386954b3f5e212]

git-author:
Rafaël Carré <funman@videolan.org> 1205190918 +0100
Message:

explicit control queries unsupported

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/demux/mp4/mp4.c

    r456bdd9 r13e1b6f  
    972972        case DEMUX_SET_NEXT_DEMUX_TIME: 
    973973        case DEMUX_SET_GROUP: 
     974        case DEMUX_HAS_UNSUPPORTED_META: 
     975        case DEMUX_GET_ATTACHMENTS: 
    974976            return VLC_EGENERIC; 
    975977