X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fdevicempeginput.C;h=c7e320507dbed481cb61b725b43d8114751ca30f;hb=a9f2ea113da20b8cfbe4f394d69dc1e8315ddddd;hp=e042ad475995488f5cbf88facc5f484f30bb9126;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/devicempeginput.C b/cinelerra-5.0/cinelerra/devicempeginput.C index e042ad47..c7e32050 100644 --- a/cinelerra-5.0/cinelerra/devicempeginput.C +++ b/cinelerra-5.0/cinelerra/devicempeginput.C @@ -594,13 +594,13 @@ int DeviceMPEGInput::get_channeldb(ArrayList *channeldb) if( subchannel_definition(subchan,&name[0], major, minor, total_astreams, total_vstreams)) continue; if( total_astreams > 1 && total_vstreams > 1 ) - printf("DeviceMPEGInput::get_channeldb::element %d" - " (id %d.%d) has %d/%d video/audio streams\n", + printf(_("DeviceMPEGInput::get_channeldb::element %d" + " (id %d.%d) has %d/%d video/audio streams\n"), subchan, major, minor, total_vstreams, total_astreams); if( total_vstreams > 1 && total_astreams > 0 && (audio_stream = subchannel_audio_stream(subchan, astream=0, enc)) >= 0 ) { if( total_astreams > 1 ) - printf(" only first audio stream will be used\n"); + printf(_(" only first audio stream will be used\n")); for( int vstream=0; vstream *channeldb) if( total_astreams > 1 && total_vstreams > 0 && (video_stream = subchannel_video_stream(subchan, vstream=0)) >= 0 ) { if( total_vstreams > 1 ) - printf(" only first video stream will be used\n"); + printf(_(" only first video stream will be used\n")); for( int astream=0; astream