Home
last modified time | relevance | path

Searched refs:add_video_stream (Results 1 – 1 of 1) sorted by relevance

/external/libvncserver/client_examples/
Dvnc2mpg.c48 AVStream *add_video_stream(AVFormatContext *oc, int codec_id, int w, int h) in add_video_stream() function
253 video_st = add_video_stream(oc, fmt->video_codec, w, h); in movie_open()