diff options
author | Uros Majstorovic <majstor@majstor.org> | 2017-09-09 17:47:08 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2017-09-09 17:47:08 +0200 |
commit | 2f99b87aed4d6a5934c8760f329225563698305a (patch) | |
tree | a24d3d29a1a2fd5b12372beedcf5eff04c458c8c /code/test/vid/client.c | |
parent | d2dd101b8fef0b0ccae35b7c6b9c0fc678649fb4 (diff) |
video streming test fixed
Diffstat (limited to 'code/test/vid/client.c')
-rw-r--r-- | code/test/vid/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/code/test/vid/client.c b/code/test/vid/client.c index 00b8c0a..a55eeec 100644 --- a/code/test/vid/client.c +++ b/code/test/vid/client.c @@ -93,6 +93,7 @@ int main(int argc, char *argv[]) { const char *codec_arg = "vp9"; const VpxInterface *decoder = get_vpx_decoder_by_name(codec_arg); + outfile = stdout; if (!decoder) die_codec(NULL, "Unknown input codec."); printf("Using %s\n", vpx_codec_iface_name(decoder->codec_interface())); |