[FFmpeg-trac] #33(avfilter:new): `libavfilter/vsrc_buffer.h' missing after make install (and missing doxygen doc)

FFmpeg trac at avcodec.org
Sat Apr 2 17:23:47 CEST 2011


#33: `libavfilter/vsrc_buffer.h' missing after make install (and missing doxygen
doc)
--------------------+-----------------------
Reporter:  fpretto  |       Owner:  michael
    Type:  defect   |      Status:  new
Priority:  minor    |   Component:  avfilter
 Version:           |  Resolution:
Keywords:           |  Blocked By:
Blocking:           |  Reproduced:  0
Analyzed:  0        |
--------------------+-----------------------

Comment (by saste):

 I'd like to avoid the dependency of vsrc_buffer.h on libavcodec/AVFrame,
 and implement a more integrated source the same way input_filter is
 implemented in ffplay.c.

 My plan: make vsrc_buffer more generic, with no need to reference the
 libavcodec API and thus usable in a non-lavc application, and a more
 integrated vsrc_lavc source with tight integration with lavc (done by
 extending the ffplay.c input filter).

 So I want to wait more before to make this API officially public. I'll try
 to find some time for implementing the required changes.

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


More information about the FFmpeg-trac mailing list