| Index: media/base/sample_format.h
|
| diff --git a/media/base/sample_format.h b/media/base/sample_format.h
|
| index bcaa5b2785e26d5a51e75fa41f9d24bf7333cac9..3d2799fa1287e54b6827c3c95be5573daad0ab3c 100644
|
| --- a/media/base/sample_format.h
|
| +++ b/media/base/sample_format.h
|
| @@ -29,6 +29,9 @@ enum SampleFormat {
|
| // |sample_format|.
|
| MEDIA_EXPORT int SampleFormatToBytesPerChannel(SampleFormat sample_format);
|
|
|
| +// Returns the name of the sample format as a string
|
| +MEDIA_EXPORT const char* SampleFormatToString(SampleFormat sample_format);
|
| +
|
| } // namespace media
|
|
|
| #endif // MEDIA_BASE_SAMPLE_FORMAT_H
|
|
|