修訂 | a562bc4d90b83848e48c8e4a100603de42eed08b (tree) |
---|---|
時間 | 2011-03-01 09:37:34 |
作者 | jstebbins <jstebbins@b64f...> |
Commiter | jstebbins |
silence compiler warning about const char *
git-svn-id: svn://localhost/HandBrake/trunk@3822 b64f7644-9d1e-0410-96f1-a4d463321fa5
@@ -1562,7 +1562,7 @@ static void set_audio_description( hb_audio_t *audio, iso639_lang_t *lang ) | ||
1562 | 1562 | codec_name = "DTS"; |
1563 | 1563 | } |
1564 | 1564 | |
1565 | - char *profile_name; | |
1565 | + const char *profile_name; | |
1566 | 1566 | profile_name = av_get_profile_name( codec, cc->profile ); |
1567 | 1567 | if ( profile_name ) |
1568 | 1568 | { |