aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/ffmpeg
diff options
context:
space:
mode:
authorGravatar Jonathan Hseu <jhseu@google.com>2016-11-18 10:55:00 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-11-18 11:06:39 -0800
commitd0aac2b02faf2552b0663763a0cc552fcce5febe (patch)
tree79969c1e269d6d31c4dbf71e52e76254bf1fcb62 /tensorflow/contrib/ffmpeg
parent1b7bd69f5fcc31c9e3163ff1702a9ea117a64d5a (diff)
Automated rollback of change 139371663
Change: 139598626
Diffstat (limited to 'tensorflow/contrib/ffmpeg')
-rw-r--r--tensorflow/contrib/ffmpeg/encode_audio_op.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/ffmpeg/encode_audio_op.cc b/tensorflow/contrib/ffmpeg/encode_audio_op.cc
index 61ac036593..bd3d6ae699 100644
--- a/tensorflow/contrib/ffmpeg/encode_audio_op.cc
+++ b/tensorflow/contrib/ffmpeg/encode_audio_op.cc
@@ -90,8 +90,8 @@ REGISTER_OP("EncodeAudio")
.Attr("bits_per_second: int = 192000")
.SetShapeFn(shape_inference::ScalarShape)
.Doc(R"doc(
-Processes an `Output` containing sampled audio with the number of channels
-and length of the audio specified by the dimensions of the `Output`. The
+Processes a `Tensor` containing sampled audio with the number of channels
+and length of the audio specified by the dimensions of the `Tensor`. The
audio is converted into a string that, when saved to disk, will be equivalent
to the audio in the specified audio format.