#7147: Can't encode with libvorbis to buffer (avio)
-------------------------------------+-------------------------------------
             Reporter:  lzanoni      |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  avformat
              Version:  git-master   |               Resolution:
             Keywords:               |               Blocked By:
  ogg,streaming                      |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by lzanoni):

 I replaced the line
     ret = avformat_alloc_output_context2(&ofmt_ctx, NULL, "mpegts", NULL);
 by
     ret = avformat_alloc_output_context2(&ofmt_ctx, NULL, "ogg", NULL);

--
Ticket URL: <https://trac.ffmpeg.org/ticket/7147#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac

Reply via email to