Index: media/mp4/avc.h |
diff --git a/media/mp4/avc.h b/media/mp4/avc.h |
index 2767c145b855fed9ab67587b37d11b48d8022001..627ed3cbc289a15c07e9ec7a8f1d936675e672bc 100644 |
--- a/media/mp4/avc.h |
+++ b/media/mp4/avc.h |
@@ -18,9 +18,9 @@ struct AVCDecoderConfigurationRecord; |
class MEDIA_EXPORT AVC { |
public: |
- static bool ConvertToAnnexB(int length_size, std::vector<uint8>* buffer); |
+ static bool ConvertFrameToAnnexB(int length_size, std::vector<uint8>* buffer); |
- static bool InsertParameterSets( |
+ static bool ConvertParameterSetsToAnnexB( |
const AVCDecoderConfigurationRecord& avc_config, |
std::vector<uint8>* buffer); |