• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

githubのコードからのfolk


Commit MetaInfo

Revisiona562bc4d90b83848e48c8e4a100603de42eed08b (tree)
Time2011-03-01 09:37:34
Authorjstebbins <jstebbins@b64f...>
Commiterjstebbins

Log Message

silence compiler warning about const char *

git-svn-id: svn://localhost/HandBrake/trunk@3822 b64f7644-9d1e-0410-96f1-a4d463321fa5

Change Summary

Incremental Difference

--- a/libhb/stream.c
+++ b/libhb/stream.c
@@ -1562,7 +1562,7 @@ static void set_audio_description( hb_audio_t *audio, iso639_lang_t *lang )
15621562 codec_name = "DTS";
15631563 }
15641564
1565- char *profile_name;
1565+ const char *profile_name;
15661566 profile_name = av_get_profile_name( codec, cc->profile );
15671567 if ( profile_name )
15681568 {