mirror of https://bitbucket.org/ausocean/av.git
revid: fixed test cases to use output1 to fix build errors
This commit is contained in:
parent
a421e4cee8
commit
e0207d979f
|
@ -57,7 +57,7 @@ func main() {
|
|||
Input: revid.File,
|
||||
InputFileName: inputFile,
|
||||
InputCodec: revid.H264,
|
||||
Output: revid.Rtmp,
|
||||
Output1: revid.Rtmp,
|
||||
RtmpMethod: revid.LibRtmp,
|
||||
RtmpUrl: *rtmpUrlPtr,
|
||||
Packetization: revid.Flv,
|
||||
|
|
|
@ -49,7 +49,7 @@ func main() {
|
|||
Input: revid.File,
|
||||
InputFileName: inputFile,
|
||||
InputCodec: revid.H264,
|
||||
Output: revid.File,
|
||||
Output1: revid.File,
|
||||
OutputFileName: outputFile,
|
||||
Packetization: revid.Mpegts,
|
||||
Logger: smartlogger.New(smartlogger.Info, logPath),
|
||||
|
|
Loading…
Reference in New Issue