[FFmpeg-trac] #1837(avformat:new): avformat_new_stream const correctness

FFmpeg trac at avcodec.org
Sun Oct 21 09:50:25 CEST 2012


#1837: avformat_new_stream const correctness
----------------------------------+---------------------------------------
             Reporter:  henniez   |                     Type:  enhancement
               Status:  new       |                 Priority:  normal
            Component:  avformat  |                  Version:  1.0
             Keywords:            |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+---------------------------------------
 the function avformat_new_stream takes the AVCodec *c as a non const
 value. this can be changed to const because AVCodec is just use in a const
 manner.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1837>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list