diff options
author | Sven Gothel <[email protected]> | 2015-10-05 14:24:40 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-10-05 14:24:40 +0200 |
commit | e984e8f9b4d325c0cd3e1e9852c188ddea9c679b (patch) | |
tree | b4c6b35d2a4f5a0ea74a2c00225df80195126cd1 | |
parent | c82ab4d75a50cd88c675e6c1e757dc9ed2db9655 (diff) |
Bug 1239: Fix comment in c-code 'how to set preferred pixel_format'
-rw-r--r-- | src/jogl/native/libav/ffmpeg_impl_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jogl/native/libav/ffmpeg_impl_template.c b/src/jogl/native/libav/ffmpeg_impl_template.c index 9d430b09e..d02770eb7 100644 --- a/src/jogl/native/libav/ffmpeg_impl_template.c +++ b/src/jogl/native/libav/ffmpeg_impl_template.c @@ -760,7 +760,7 @@ JNIEXPORT void JNICALL FF_FUNC(setStream0) } sp_av_dict_set(&inOpts, "framerate", buffer, 0); } - // FIXME pre-select: sp_av_dict_set(&inOpts, "pix_fmt", "yuyv422", 0); + // FIXME pre-select: sp_av_dict_set(&inOpts, "pixel_format", "yuyv422", 0); } MY_MUTEX_LOCK(env, mutex_avcodec_openclose); |