[FFmpeg-trac] #552(avformat:open): warning flags needed for av_open_input_file

FFmpeg trac at avcodec.org
Fri Oct 14 12:59:42 CEST 2011


#552: warning flags needed for av_open_input_file
-------------------------------------+------------------------------------
             Reporter:  DonMoir      |                    Owner:
                 Type:  enhancement  |                   Status:  open
             Priority:  normal       |                Component:  avformat
              Version:  git-master   |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  1
Analyzed by developer:  0            |
-------------------------------------+------------------------------------

Comment (by cehoyos):

 Is adding an AVFMT_FLAG not enough?
 {{{
 #define AVFMT_FLAG_ENCRYPTED 0x80000 ///<Stream is likely encrypted,
 decoding will probably fail if no key is provided.
 }}}
 (I don't know if they are meant "user-supplied only", but the
 documentation doesn't mention it.)

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/552#comment:3>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list