Fixed warnings

This commit is contained in:
Robert Osfield
2013-09-05 10:04:56 +00:00
parent 0d2825e06f
commit 19f84b52e7
2 changed files with 5 additions and 6 deletions

View File

@@ -27,9 +27,9 @@ namespace osgFFmpeg {
FFmpegParameters::FFmpegParameters() :
m_format(0),
m_context(0),
m_options(0),
m_format(0)
m_options(0)
{
// Initialize the dictionary
av_dict_set(&m_options, "foo", "bar", 0);