]> git.sesse.net Git - mlt/blobdiff - src/modules/vorbis/producer_vorbis.c
Make the frame audio properties consistent.
[mlt] / src / modules / vorbis / producer_vorbis.c
index 99499b28f9e69e6abe908aa29bfabd1ba7c4fa04..908aeec4d608944f95c1aaa20e5c9120bc61788c 100644 (file)
@@ -171,8 +171,8 @@ static int producer_open( mlt_producer this, mlt_profile profile, char *file )
 
                                // Get the vorbis info
                                vorbis_info *vi = ov_info( ov, -1 );
-                               mlt_properties_set_int( properties, "frequency", (int) vi->rate );
-                               mlt_properties_set_int( properties, "channels", vi->channels );
+                               mlt_properties_set_int( properties, "audio_frequency", (int) vi->rate );
+                               mlt_properties_set_int( properties, "audio_channels", vi->channels );
 
                                // Set some media metadata
                                mlt_properties_set_int( properties, "meta.media.nb_streams", 1 );