[FFmpeg-trac] #3107(undetermined:new): Problem using muxing example

FFmpeg trac at avcodec.org
Thu Nov 7 01:52:27 CET 2013


#3107: Problem using muxing example
-------------------------------------+-------------------------------------
             Reporter:  ahsan        |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by ahsan):

 I made two changes
 1. add_stream() changed c->sample_fmt from AV_SAMPLE_FMT_FLTP to
 AV_SAMPLE_FMT_S16
 2. open_audio() changed if(c->sample_fmt != AV_SAMPLE_FMT_S16) to
 if(c->sample_fmt == AV_SAMPLE_FMT_S16)
 it is not failing any more in open_audio,

 I will try it out and see if the change can work

 Thanks

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


More information about the FFmpeg-trac mailing list