• R/O
  • HTTP
  • SSH
  • HTTPS

handbrake-jp-git: 提交

githubのコードからのfolk


Commit MetaInfo

修訂a562bc4d90b83848e48c8e4a100603de42eed08b (tree)
時間2011-03-01 09:37:34
作者jstebbins <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

差異

--- 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 {
Show on old repository browser