[FFmpeg-trac] #3171(avformat:closed): avio_close() misuses AVIOContext.opaque field

FFmpeg trac at avcodec.org
Mon Nov 25 12:35:09 CET 2013


#3171: avio_close() misuses AVIOContext.opaque field
------------------------------------+------------------------------------
             Reporter:  achurch     |                    Owner:
                 Type:  defect      |                   Status:  closed
             Priority:  normal      |                Component:  avformat
              Version:  git-master  |               Resolution:  invalid
             Keywords:              |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+------------------------------------
Changes (by Cigaes):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 {{{
 This function can only be used if s was opened by avio_open().
 }}}

 Therefore, {{{avio_close()}}} should not be called on an user-created
 AVIOContext that makes use of the opaque field.

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


More information about the FFmpeg-trac mailing list